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
c7f0a7a8b7
commit
02b3dac86f
4
.github/workflows/build-linux.yml
vendored
4
.github/workflows/build-linux.yml
vendored
@ -25,13 +25,15 @@ jobs:
|
||||
|
||||
build_arm64:
|
||||
runs-on: ubuntu-24.04-arm
|
||||
env:
|
||||
SNAP_DESTRUCTIVE_MODE: "true"
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
- run: sudo snap install snapcraft --classic
|
||||
- run: npx electron-builder --linux --arm64 -- --use-lxd
|
||||
- run: npx electron-builder --linux --arm64
|
||||
working-directory: simpliplay
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user