Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
f0reachARR committed Mar 22, 2024
1 parent 6ddff00 commit 16501fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Build
run: |
docker run --platform linux/arm64 -it -v $PWD:/ws \
docker run --platform linux/arm64 -v $PWD:/ws \
-w /ws \
--entrypoint /bin/bash \
ghcr.io/fortefibre/buildroot:humble-aarch64 \
Expand Down

0 comments on commit 16501fe

Please sign in to comment.