]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Add ubuntu-*-arm test runners
authorDamien Miller <djm@mindrot.org>
Thu, 20 Feb 2025 06:10:32 +0000 (17:10 +1100)
committerDamien Miller <djm@mindrot.org>
Thu, 20 Feb 2025 06:10:32 +0000 (17:10 +1100)
.github/workflows/c-cpp.yml

index 07e7b2b318bb9cf85d00ac09326f986254c74ff6..8261823a3ea3304914828aa9df25803a6a34baf5 100644 (file)
@@ -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 }