mirror of
https://github.com/A-Star100/simpliplay-desktop.git
synced 2025-09-17 22:29:38 +00:00
Update config.yml
This commit is contained in:
parent
c465a22f3c
commit
e1366bbbd3
@ -1,11 +1,9 @@
|
||||
version: 2.1
|
||||
|
||||
jobs:
|
||||
build_arm64_linux:
|
||||
docker:
|
||||
- image: circleci/node:22 # Node.js 22 on ARM64
|
||||
platform: linux/arm64
|
||||
working_directory: ~/simpliplay-desktop/simpliplay # working dir to repo/code dir
|
||||
- image: circleci/node:22 # Node.js 22 ARM64-compatible image
|
||||
platform: linux/arm64
|
||||
working_directory: ~/simpliplay-desktop/simpliplay
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
@ -17,18 +15,9 @@ jobs:
|
||||
- run:
|
||||
name: Build Snap and AppImage (ARM64)
|
||||
command: npx electron-builder --linux --arm64
|
||||
|
||||
# Store .snap artifacts
|
||||
- store_artifacts:
|
||||
path: dist/*.snap
|
||||
destination: snaps
|
||||
|
||||
# Store .AppImage artifacts
|
||||
- store_artifacts:
|
||||
path: dist/*.AppImage
|
||||
destination: appimages
|
||||
|
||||
workflows:
|
||||
build_and_test:
|
||||
jobs:
|
||||
- build_arm64_linux
|
||||
|
Loading…
Reference in New Issue
Block a user