test all builds

We now use CircleCI instead of GH Actions for *.snap builds for Linux ARM64, to resolve the limitations of Actions for multipass/LXD. Once Actions solves this, we will migrate back there
This commit is contained in:
Anirudh Sevugan 2025-07-13 18:43:15 -05:00 committed by GitHub
parent 4aa9ee69be
commit 1f42868161
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ jobs:
docker:
- image: circleci/node:22 # Node.js 22 on ARM64
platform: linux/arm64
working_directory: ~/simpliplay-desktop/simpliplay
working_directory: ~/simpliplay-desktop/simpliplay # working dir to repo/code dir
steps:
- checkout
- run: