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
e313b6fa6e
commit
25f86b5dba
9
.github/workflows/build-linux.yml
vendored
9
.github/workflows/build-linux.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
path: simpliplay/dist/*.AppImage
|
||||
|
||||
build_arm64:
|
||||
runs-on: ubuntu-24.04-arm
|
||||
runs-on: ubuntu-22.04-arm
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
@ -43,11 +43,16 @@ jobs:
|
||||
|
||||
- run: npm install
|
||||
working-directory: simpliplay
|
||||
|
||||
|
||||
- run: npm install -g yarn
|
||||
working-directory: simpliplay
|
||||
|
||||
- run: npx electron-builder --linux AppImage --arm64
|
||||
working-directory: simpliplay
|
||||
|
||||
- run: SNAPCRAFT_BUILD_ENVIRONMENT=host USE_SYSTEM_FPM=true yarn run electron:build --arm64 Snap --linux
|
||||
working-directory: simpliplay
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: linux-arm64-appimage
|
||||
|
Loading…
Reference in New Issue
Block a user