Compare commits

..

6 Commits

Author SHA1 Message Date
Xe Iaso
aecce96cfc ci(ssh): disable this check in PRs again
Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-09-13 20:07:47 -04:00
Xe Iaso
0e6684995c ci(ssh): replace raw connection strings with arch-quirks
Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-09-13 19:42:32 -04:00
Xe Iaso
c3255871f0 ci: update ssh known hosts secret
Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-09-13 19:36:13 -04:00
Xe Iaso
13063dd4e3 ci: fix aile
Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-09-13 19:12:52 -04:00
Xe Iaso
fc6523197a ci: better comment aile and t-elos' roles
Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-09-13 19:10:08 -04:00
Xe Iaso
c3e62c1a15 ci: add aarch64 for ssh CI
Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-09-13 18:13:00 -04:00

View File

@@ -19,7 +19,7 @@ RunID=${GITHUB_RUN_ID:-$(uuidgen)}
RunFolder="anubis/runs/${RunID}"
Target="${Hosts["$1"]}"
ssh "${Target}" uname -av >/dev/null
ssh "${Target}" uname -av
ssh "${Target}" mkdir -p "${RunFolder}"
git archive HEAD | ssh "${Target}" tar xC "${RunFolder}"