diff options
author | Darren Tucker <dtucker@dtucker.net> | 2022-03-28 08:51:03 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2022-03-28 08:51:03 +0200 |
commit | e937514920335b92b543fd9be79cd6481d1eb0b6 (patch) | |
tree | ff6e8458c017414d14b7bf1a85add0f9127e766c /.github | |
parent | Drop leading "v" from release version identifier. (diff) | |
download | openssh-e937514920335b92b543fd9be79cd6481d1eb0b6.tar.xz openssh-e937514920335b92b543fd9be79cd6481d1eb0b6.zip |
Add AIX 5.1 test target.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/selfhosted.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml index 38bbcff77..e8ce6ac40 100644 --- a/.github/workflows/selfhosted.yml +++ b/.github/workflows/selfhosted.yml @@ -16,6 +16,7 @@ jobs: # default config. "os" corresponds to a label associated with the worker. matrix: os: + - aix51 - ARM64 - alpine - bbone |