Update config.yml

This commit is contained in:
Anirudh Sevugan 2025-07-13 18:36:32 -05:00 committed by GitHub
parent c783a347e3
commit c593c570d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ jobs:
docker: docker:
- image: circleci/node:22 # Node.js 22 on ARM64 (make sure it supports ARM64) - image: circleci/node:22 # Node.js 22 on ARM64 (make sure it supports ARM64)
platform: linux/arm64 platform: linux/arm64
working_directory: ~/project working_directory: ~/simpliplay-desktop/simpliplay
steps: steps:
- checkout - checkout
- run: - run: