Skip to content

Commit

Permalink
Update actions to use arm with Ubuntu 22
Browse files Browse the repository at this point in the history
  • Loading branch information
giggio committed Dec 11, 2023
1 parent a71a0c9 commit 9e1a28e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
id: build
with:
arch: aarch64
distro: ubuntu20.04
distro: ubuntu22.04
env: | # this is just so we can cache each version
GITHUB_WORKFLOW: ${{ github.workflow }}-${{ github.job }}-${{ matrix.node }}
dockerRunArgs: |
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
id: build
with:
arch: s390x
distro: ubuntu20.04
distro: ubuntu22.04
env: | # this is just so we can cache each version
GITHUB_WORKFLOW: ${{ github.workflow }}-${{ github.job }}-${{ matrix.node }}
dockerRunArgs: |
Expand Down

0 comments on commit 9e1a28e

Please sign in to comment.