From 1f42868161dbc2589eb9b0b743f47ce2f9dc7c20 Mon Sep 17 00:00:00 2001 From: Anirudh Sevugan Date: Sun, 13 Jul 2025 18:43:15 -0500 Subject: [PATCH] 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 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a96c1ec..8b06620 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: