Skip to content

Commit

Permalink
fix: wrong arm D:
Browse files Browse the repository at this point in the history
  • Loading branch information
jae1911 committed Dec 3, 2024
1 parent 98d8b75 commit 4b0f968
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 arm32v7/debian:buster apt update && apt install -y make gcc g++ unzip
docker run --rm -v $(pwd):/workspace -w /workspace arm32v7/debian:buster make all
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
- uses: actions/upload-artifact@v4
with:
path: Dist/
Expand Down

0 comments on commit 4b0f968

Please sign in to comment.