Skip to content

Commit

Permalink
CI: Fix docker command line to use updated arm64 build image.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpd002 committed Jan 10, 2025
1 parent 017ee25 commit 2ed3884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux_arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: addnab/docker-run-action@v2
with:
image: jpd002/linux_arm64_build
options: -v ${{ github.workspace }}:/work
options: -v ${{ github.workspace }}:/work --platform=linux/arm64
run: |
set -e
apt-get update
Expand Down

0 comments on commit 2ed3884

Please sign in to comment.