Skip to content

Commit

Permalink
Change from arm to armhf #24 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
robiot authored Apr 2, 2022
1 parent b6e7ed2 commit fa67dbd
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 @@ -64,10 +64,10 @@ jobs:
ln -s /opt/appimagetool.AppDir/AppRun /usr/local/bin/appimagetool
run: |
make deb TARGET_ARCH=arm
make deb TARGET_ARCH=armhf
cp pkg/deb/*.deb outputs/
make appimg TARGET_ARCH=arm
make appimg TARGET_ARCH=armhf
cp pkg/AppImage/*.AppImage outputs/
# Lots of repeated stuff, but well :\
Expand Down

0 comments on commit fa67dbd

Please sign in to comment.