diff options
author | Darren Tucker <dtucker@dtucker.net> | 2024-09-09 11:31:54 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2024-09-10 09:58:09 +0200 |
commit | ff714f001d20a9c843ee1fd9d92a16d40567d264 (patch) | |
tree | a71db453bf99c9bdca355dddc5769783b6d65144 | |
parent | stubs for ML-KEM KEX functions (diff) | |
download | openssh-ff714f001d20a9c843ee1fd9d92a16d40567d264.tar.xz openssh-ff714f001d20a9c843ee1fd9d92a16d40567d264.zip |
Also test PAM on dfly64.
-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 167297359..05c5b68e3 100644 --- a/.github/workflows/selfhosted.yml +++ b/.github/workflows/selfhosted.yml @@ -75,6 +75,7 @@ jobs: - { target: dfly58, config: pam, host: libvirt } - { target: dfly60, config: pam, host: libvirt } - { target: dfly62, config: pam, host: libvirt } + - { target: dfly64, config: pam, host: libvirt } - { target: fbsd10, config: pam, host: libvirt } - { target: fbsd12, config: pam, host: libvirt } - { target: fbsd13, config: pam, host: libvirt } |