2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/maintenance.git synced 2023-12-14 03:33:04 +01:00

hydra: machines-for-berlin: Add armhf-linux support to the overdrives.

* hydra/machines-for-berlin (overdrive): Add armhf-linux support.
This commit is contained in:
Mathieu Othacehe 2021-05-01 18:42:40 +02:00
parent ea4b2fb906
commit a783ea7e08
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -197,7 +197,7 @@
;;overdrive1
(name "10.0.0.3")
(user "hydra")
(systems '("aarch64-linux"))
(systems '("aarch64-linux" "armhf-linux"))
(host-key
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPf2f93c90oi9s9qGVGWC3sDgG7kEBvIEwR021NsfG+z root@overdrive")
(parallel-builds 2))
@ -206,7 +206,7 @@
;;dover
(name "10.0.0.4")
(user "hydra")
(systems '("aarch64-linux"))
(systems '("aarch64-linux" "armhf-linux"))
(host-key
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJLRYD5RXZ3Espe+Kv1SzZl8Qc3NZ356Bq+cGjnKsDHY root@linux")
(parallel-builds 2))))