Skip to content

Commit

Permalink
fix: force correct platform and image
Browse files Browse the repository at this point in the history
  • Loading branch information
jae1911 committed Dec 3, 2024
1 parent 4b0f968 commit 63bfe00
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 @@ -51,8 +51,8 @@ jobs:
image: tonistiigi/binfmt:latest
- name: Build for ARM
run: |
docker run --rm -v $(pwd):/workspace -w /workspace arm64/debian:buster apt update && apt install -y make gcc g++ unzip
docker run --rm -v $(pwd):/workspace -w /workspace arm64/debian:buster make all
export DOCKER_DEFAULT_PLATFORM=linux/arm64
docker run --rm -v $(pwd):/workspace -w /workspace debian:buster apt update && apt install -y make gcc g++ unzip && make all
- uses: actions/upload-artifact@v4
with:
path: Dist/
Expand Down

0 comments on commit 63bfe00

Please sign in to comment.