]> 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:36:25 +0000 (15:36 -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)

.github/workflows/ci.yml

index be41518d48a33b47817abc74b89174e5a944e7f2..17e2104a52ab16ed8efd66b74b99b5d833d36527 100644 (file)
@@ -127,7 +127,7 @@ jobs:
         path: artifacts.tar.gz
 
   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