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
f1e4933fca
commit
2eb57e1ac6
14
.github/workflows/build-linux.yml
vendored
14
.github/workflows/build-linux.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: Build Linux
|
||||
|
||||
# we build arm64 snaps in house
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
@ -48,17 +48,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 --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