Merge pull request 'fix(ci): restrict arm64 bundles to deb,rpm — skip AppImage' (#17) from fix/arm64-skip-appimage into master
Some checks failed
Auto Tag / autotag (push) Successful in 1m35s
Auto Tag / wiki-sync (push) Successful in 1m11s
Auto Tag / build-windows-amd64 (push) Successful in 14m35s
Auto Tag / build-linux-amd64 (push) Successful in 27m35s
Auto Tag / build-linux-arm64 (push) Successful in 28m23s
Auto Tag / build-macos-arm64 (push) Failing after 16m26s

Reviewed-on: #17
This commit is contained in:
sarman 2026-04-05 22:04:51 +00:00
commit e45e2e935f

View File

@ -455,7 +455,7 @@ jobs:
. "$HOME/.cargo/env" . "$HOME/.cargo/env"
npm ci --legacy-peer-deps npm ci --legacy-peer-deps
rustup target add aarch64-unknown-linux-gnu rustup target add aarch64-unknown-linux-gnu
CI=true npx tauri build --target aarch64-unknown-linux-gnu CI=true npx tauri build --target aarch64-unknown-linux-gnu --bundles deb,rpm
- name: Upload artifacts - name: Upload artifacts
env: env:
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }} RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}