From: Damien Miller Date: Thu, 20 Feb 2025 06:10:32 +0000 (+1100) Subject: Add ubuntu-*-arm test runners X-Git-Tag: V_10_0_P1~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33bb47e6f74f2ca8093946e6f462d655a9ae46d3;p=thirdparty%2Fopenssh-portable.git Add ubuntu-*-arm test runners --- diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 07e7b2b31..8261823a3 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -17,6 +17,8 @@ jobs: target: - ubuntu-20.04 - ubuntu-22.04 + - ubuntu-22.04-arm + - ubuntu-24.04-arm - macos-13 - macos-14 - macos-15 @@ -101,6 +103,8 @@ jobs: - { target: ubuntu-latest, config: putty-0.80 } - { target: ubuntu-latest, config: putty-snapshot } - { target: ubuntu-latest, config: zlib-develop } + - { target: ubuntu-22.04-arm, config: kitchensink } + - { target: ubuntu-24.04-arm, config: kitchensink } - { target: macos-13, config: pam } - { target: macos-14, config: pam } - { target: macos-15, config: pam }