File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments