Skip to content

Commit

Permalink
Fix appimage aarch64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Aug 11, 2024
1 parent 435d25a commit c67e631
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
SC_COMPILE_ARCH=x86_64 ./scripts/build_appimage.sh
OUT_FILE_NAME: ./sticker-convert-x86_64.AppImage
- os: ubuntu-20.04
TARGET: linux-arm64
TARGET: linux-aarch64
CMD_BUILD: |
SC_COMPILE_ARCH=aarch64 ./scripts/build_appimage.sh
OUT_FILE_NAME: ./sticker-convert-aarch64.AppImage
Expand Down
File renamed without changes.

0 comments on commit c67e631

Please sign in to comment.