[openssh-commits] [openssh] branch master updated: Add ubuntu-*-arm test runners
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Feb 20 17:10:49 AEDT 2025
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
The following commit(s) were added to refs/heads/master by this push:
new 33bb47e6 Add ubuntu-*-arm test runners
33bb47e6 is described below
commit 33bb47e6f74f2ca8093946e6f462d655a9ae46d3
Author: Damien Miller <djm at mindrot.org>
AuthorDate: Thu Feb 20 17:10:32 2025 +1100
Add ubuntu-*-arm test runners
---
.github/workflows/c-cpp.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index 07e7b2b3..8261823a 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 }
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list