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