We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2370e17 commit ecfb3feCopy full SHA for ecfb3fe
.github/workflows/build.yaml
@@ -27,7 +27,7 @@ jobs:
27
artifact-name: cadt-linux-x64
28
build-command: npm run create-linux-x64-dist
29
sqlite-path: ./node_modules/sqlite3/build/Release/
30
- - runs-on: [Linux, ARM64]
+ - runs-on: ubuntu-24.04-arm
31
artifact-name: cadt-linux-arm64
32
build-command: npm run create-linux-arm64-dist
33
0 commit comments