mirror of
git://git.savannah.gnu.org/guix/maintenance.git
synced 2023-12-14 03:33:04 +01:00
hydra: Add armhf-linux emulation support.
* hydra/berlin-nodes.scm: Add armhf-linux emulation support.
This commit is contained in:
parent
ef5218de1b
commit
a864510342
1 changed files with 4 additions and 3 deletions
|
@ -143,12 +143,13 @@
|
|||
#:emulated-architectures
|
||||
'("arm" "aarch64" "ppc64le")
|
||||
#:childhurd? (childhurd-ip? ip)
|
||||
;; Emulate aarch64 builds on half of
|
||||
;; the build machines.
|
||||
;; Emulate foreign architectures on
|
||||
;; half of the build machines.
|
||||
#:systems
|
||||
`("x86_64-linux" "i686-linux"
|
||||
,@(if (odd? id)
|
||||
'("aarch64-linux"
|
||||
'("armhf-linux"
|
||||
"aarch64-linux"
|
||||
"powerpc64le-linux")
|
||||
'()))
|
||||
#:max-jobs 4
|
||||
|
|
Loading…
Reference in a new issue