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 8d32d04 commit 9358fb0Copy full SHA for 9358fb0
.github/workflows/docker-localnet.yml
@@ -54,16 +54,17 @@ jobs:
54
55
# build artifacts for fast-runtime and non-fast-runtime
56
build_bins:
57
- name: Build • ${{ matrix.platform.triple }} • ${{ matrix.runtime }}
+ name: Build • ${{ matrix.runtime }} • ${{ matrix.platform.arch }}
58
needs: setup
59
strategy:
60
matrix:
61
platform:
62
- runner: [self-hosted, cax41]
63
triple: x86_64-unknown-linux-gnu
64
- # - runner: [ubuntu-24.04-arm]
65
- - runner: [SubtensorCI]
+ arch: amd64
+ - runner: [ubuntu-24.04-arm]
66
triple: aarch64-unknown-linux-gnu
67
+ arch: arm64
68
69
runtime: ["fast-runtime", "non-fast-runtime"]
70
0 commit comments