Skip to content

Commit

Permalink
Merge pull request #173 from Chia-Network/jinjanate
Browse files Browse the repository at this point in the history
ci: use gh hosted arm runners
  • Loading branch information
TheLastCicada authored Jan 29, 2025
2 parents c508a1c + 9e213f1 commit 020bfc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
artifact-name: core-registry-cadt-linux-x64
build-command: npm run create-linux-x64-dist
sqlite-path: ./node_modules/sqlite3/build/Release/
- runs-on: [ubuntu-22.04-arm]
- runs-on: ubuntu-22.04-arm
artifact-name: core-registry-cadt-linux-arm64
build-command: npm run create-linux-arm64-dist
sqlite-path: ./node_modules/sqlite3/build/Release/
Expand Down

0 comments on commit 020bfc9

Please sign in to comment.