Skip to content

Commit

Permalink
maybe?
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Lamarre <[email protected]>
  • Loading branch information
alexandreLamarre committed Apr 25, 2024
1 parent 5320343 commit 177eb71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
- 'LICENSE'
jobs:
build:
container: ubuntu:22.04
container: ghcr.io/catthehacker/ubuntu:act-22.04
strategy:
matrix:
arch : [ amd64,arm64 ]
Expand All @@ -49,7 +49,7 @@ jobs:
path: ./dist/artifacts

test:
container: ubuntu:22.04
container: ghcr.io/catthehacker/ubuntu:act-22.04
name : integration-test
needs : [
build
Expand Down

0 comments on commit 177eb71

Please sign in to comment.