Skip to content

Commit 3017a4f

Browse files
committed
ci: linux arm targeting
1 parent 0d7a698 commit 3017a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- runs-on: ubuntu-latest
2727
artifact-name: climate-tokenization-engine-linux-x64
2828
build-command: npm run create-linux-x64-dist
29-
- runs-on: [ubuntu-latest-arm]
29+
- runs-on: [ubuntu-22.04-arm]
3030
artifact-name: climate-tokenization-engine-linux-arm64
3131
build-command: npm run create-linux-arm64-dist
3232
- runs-on: macos-latest

0 commit comments

Comments
 (0)