Skip to content

Commit

Permalink
ci/run-on-arch: add base_image workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Oct 20, 2024
1 parent 6f0dc3b commit 27d55ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-on-arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
with:
arch: ${{ matrix.arch }}
distro: ${{ matrix.distro }}
base_image: '--platform=linux/aarch64 ubuntu:20.04'

# Not required, but speeds up builds
githubToken: ${{ github.token }}
Expand Down

0 comments on commit 27d55ca

Please sign in to comment.