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 3fee096 commit 6ddff00
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-arm64.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build packages
name: Build arm64 packages
on:
push: {}
workflow_dispatch: {}
Expand All @@ -16,10 +16,11 @@ jobs:
- name: Build
run: |
docker run --platform linux/arm64 -v $PWD:/ws \
docker run --platform linux/arm64 -it -v $PWD:/ws \
-w /ws \
--entrypoint /bin/bash \
ghcr.io/fortefibre/buildroot:humble-aarch64 \
bash .github/build.bash
-c "bash .github/build.bash"
- name: Upload packages
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 6ddff00

Please sign in to comment.