mirror of
https://github.com/A-Star100/simpliplay-desktop.git
synced 2025-09-17 22:29:38 +00:00
Update build-linux.yml
This commit is contained in:
parent
1fe9cc69ef
commit
42b1fd0293
14
.github/workflows/build-linux.yml
vendored
14
.github/workflows/build-linux.yml
vendored
@ -36,8 +36,8 @@ jobs:
|
||||
|
||||
build_arm64:
|
||||
runs-on: ubuntu-24.04-arm
|
||||
#env:
|
||||
#SNAP_DESTRUCTIVE_MODE: "true"
|
||||
env:
|
||||
SNAP_DESTRUCTIVE_MODE: "true"
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
@ -49,17 +49,17 @@ jobs:
|
||||
working-directory: simpliplay
|
||||
|
||||
# Snapcraft CLI – optional if electron-builder doesn't need it
|
||||
#- run: sudo snap install snapcraft --classic
|
||||
- run: sudo snap install snapcraft --classic
|
||||
|
||||
# Build AppImage for arm64
|
||||
- run: npx electron-builder --linux AppImage --arm64
|
||||
working-directory: simpliplay
|
||||
|
||||
# Upload Snap artifact (keep it for experimental use)
|
||||
#- uses: actions/upload-artifact@v4
|
||||
#with:
|
||||
#name: linux-arm64-snap
|
||||
#path: simpliplay/dist/*.snap
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: linux-arm64-snap
|
||||
path: simpliplay/dist/*.snap
|
||||
|
||||
# Upload AppImage artifact
|
||||
- uses: actions/upload-artifact@v4
|
||||
|
Loading…
Reference in New Issue
Block a user