Skip to content

Commit

Permalink
Fix arm64 builds (robiot#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
robiot authored Sep 28, 2023
1 parent c4a7efc commit 1b4794d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ jobs:
run: |
rm -rf build/
make deb TARGET_ARCH=aarch64
make deb TARGET_ARCH=arm64
cp pkg/deb/*.deb outputs/
make appimg TARGET_ARCH=aarch64
make appimg TARGET_ARCH=arm64
cp pkg/AppImage/*.AppImage outputs/
- name: Create Release
Expand Down

0 comments on commit 1b4794d

Please sign in to comment.