diff options
author | Darren Tucker <dtucker@dtucker.net> | 2022-02-22 03:08:59 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2022-02-22 03:08:59 +0100 |
commit | 6520c488de95366be031d49287ed243620399e23 (patch) | |
tree | fecead304d509bf137a26e02337dd4828cbcebf8 /.github/workflows/selfhosted.yml | |
parent | Include sys/param.h if present. (diff) | |
download | openssh-6520c488de95366be031d49287ed243620399e23.tar.xz openssh-6520c488de95366be031d49287ed243620399e23.zip |
Add Alpine Linux test VM.
Diffstat (limited to '')
-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 bebed3fc5..09f7af939 100644 --- a/.github/workflows/selfhosted.yml +++ b/.github/workflows/selfhosted.yml @@ -17,6 +17,7 @@ jobs: matrix: os: - ARM64 + - alpine - bbone - dfly30 - dfly48 |