Skip to content

Commit 1311e12

Browse files
committed
run it on arm
1 parent 1cc08f4 commit 1311e12

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test-shared.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
# OpenSSL release version available in the repo-pinned nixpkgs. The default
198198
# shared `openssl` from tools/nix/sharedLibDeps.nix is overridden per matrix
199199
# entry, while all other shared libs remain at their defaults. Only runs on
200-
# a single runner/system (x86_64-linux) to keep the matrix to a minimum.
200+
# a single runner/system (aarch64-linux) to keep the matrix to a minimum.
201201
build-openssl:
202202
needs:
203203
- build-tarball
@@ -206,8 +206,8 @@ jobs:
206206
fail-fast: false
207207
matrix:
208208
openssl: ${{ fromJSON(needs.collect-openssl-versions.outputs.matrix) }}
209-
name: 'x86_64-linux: with shared ${{ matrix.openssl.attr }} (${{ matrix.openssl.version }})'
210-
runs-on: ubuntu-24.04
209+
name: 'aarch64-linux: with shared ${{ matrix.openssl.attr }} (${{ matrix.openssl.version }})'
210+
runs-on: ubuntu-24.04-arm
211211
continue-on-error: ${{ matrix.openssl['continue-on-error'] }}
212212
env:
213213
OPENSSL_ATTR: ${{ matrix.openssl.attr }}
@@ -219,7 +219,7 @@ jobs:
219219
sparse-checkout: .github/actions
220220
- uses: ./.github/actions/build-shared
221221
with:
222-
system: x86_64-linux
222+
system: aarch64-linux
223223
cachix-auth-token: ${{ secrets.CACHIX_AUTH_TOKEN }}
224224
# Override just the `openssl` attr of the default shared-lib set with
225225
# the matrix-selected nixpkgs attribute (e.g. `openssl_3_6`). All

0 commit comments

Comments
 (0)