]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Use linux-arm64 or the public ubuntu-24.04-arm runner image
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Thu, 20 Feb 2025 12:52:19 +0000 (13:52 +0100)
committerNeil Horman <nhorman@openssl.org>
Fri, 21 Feb 2025 20:45:53 +0000 (15:45 -0500)
dependent on whether this runs on the openssl/openssl repository
or a clone.

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26855)

(cherry picked from commit 51597e2ee6ef4a384167bb1ed3528da1ab578d61)

.github/workflows/ci.yml

index 956b3eb0e058d821bce183b30a983d8ec8eab08a..d44e5f6fb52a192086cecbca2557a9b886dbb469 100644 (file)
@@ -93,7 +93,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