Skip to content

Commit

Permalink
chore: also build appimage for arm64 linux (#8331)
Browse files Browse the repository at this point in the history
  • Loading branch information
hexchain authored Jan 29, 2025
1 parent 7a50829 commit b7e9597
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,10 @@ jobs:
- name: Package app (Linux ARM64 only)
if: runner.os == 'Linux' && runner.arch == 'ARM64'
shell: bash
run: BUILD_TARGETS='tar.gz' npm run app-package
run: npm run app-package
env:
NODE_OPTIONS: '--max_old_space_size=6144'
BUILD_TARGETS: appimage,tar.gz

- name: Package app (Linux X64 only)
if: runner.os == 'Linux' && runner.arch == 'X64'
Expand Down

0 comments on commit b7e9597

Please sign in to comment.