ci: add aarch64 for ssh CI (#1112)
* ci: add aarch64 for ssh CI Signed-off-by: Xe Iaso <me@xeiaso.net> * ci: better comment aile and t-elos' roles Signed-off-by: Xe Iaso <me@xeiaso.net> * ci: fix aile Signed-off-by: Xe Iaso <me@xeiaso.net> * ci: update ssh known hosts secret Signed-off-by: Xe Iaso <me@xeiaso.net> * ci(ssh): replace raw connection strings with arch-quirks Signed-off-by: Xe Iaso <me@xeiaso.net> * ci(ssh): disable this check in PRs again Signed-off-by: Xe Iaso <me@xeiaso.net> --------- Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
0037e214a1
commit
6c283d0cd9
2 changed files with 21 additions and 12 deletions
8
.github/workflows/ssh-ci.yml
vendored
8
.github/workflows/ssh-ci.yml
vendored
|
|
@ -12,12 +12,14 @@ permissions:
|
|||
jobs:
|
||||
ssh:
|
||||
if: github.repository == 'TecharoHQ/anubis'
|
||||
runs-on: ubuntu-24.04
|
||||
runs-on: alrest-techarohq
|
||||
strategy:
|
||||
matrix:
|
||||
host:
|
||||
- ubuntu@riscv64.techaro.lol
|
||||
- ci@ppc64le.techaro.lol
|
||||
- riscv64
|
||||
- ppc64le
|
||||
- aarch64-4k
|
||||
- aarch64-16k
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue