From: Bernd Edlinger Date: Thu, 20 Feb 2025 12:52:19 +0000 (+0100) Subject: Use linux-arm64 or the public ubuntu-24.04-arm runner image X-Git-Tag: openssl-3.2.5~136 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=5bfbfd81e6d5326a8d7d0ab0aa7f6c99d2c658fd;p=thirdparty%2Fopenssl.git Use linux-arm64 or the public ubuntu-24.04-arm runner image dependent on whether this runs on the openssl/openssl repository or a clone. Reviewed-by: Neil Horman Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/26855) (cherry picked from commit 51597e2ee6ef4a384167bb1ed3528da1ab578d61) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dfaf1d2abb5..1a88849f5de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,7 +108,7 @@ jobs: run: make test HARNESS_JOBS=${HARNESS_JOBS:-4} linux-arm64: - runs-on: linux-arm64 + runs-on: ${{ github.repository == 'openssl/openssl' && 'linux-arm64' || 'ubuntu-24.04-arm' }} steps: - uses: actions/checkout@v4 - name: config