Skip to content

Commit 9358fb0

Browse files
author
Roman
committed
ubuntu-24.04-arm for arm build
1 parent 8d32d04 commit 9358fb0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/docker-localnet.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,17 @@ jobs:
5454

5555
# build artifacts for fast-runtime and non-fast-runtime
5656
build_bins:
57-
name: Build • ${{ matrix.platform.triple }} • ${{ matrix.runtime }}
57+
name: Build • ${{ matrix.runtime }} • ${{ matrix.platform.arch }}
5858
needs: setup
5959
strategy:
6060
matrix:
6161
platform:
6262
- runner: [self-hosted, cax41]
6363
triple: x86_64-unknown-linux-gnu
64-
# - runner: [ubuntu-24.04-arm]
65-
- runner: [SubtensorCI]
64+
arch: amd64
65+
- runner: [ubuntu-24.04-arm]
6666
triple: aarch64-unknown-linux-gnu
67+
arch: arm64
6768

6869
runtime: ["fast-runtime", "non-fast-runtime"]
6970

0 commit comments

Comments
 (0)