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

hydra: berlin: Fix typo.

* hydra/machines-for-berlin.scm <top level>: Use 'aarch64->armhf'.
This commit is contained in:
Ludovic Courtès 2018-11-13 23:19:12 +01:00
parent 9f3ffa32b5
commit 9c65becedc
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -124,6 +124,6 @@
(let ((x86_64 (map template-x86_64 hosts)))
(append overdrive (map aarch64->armv7 overdrive)
(append overdrive (map aarch64->armhf overdrive)
armv7
x86_64 (map x86_64->i686 x86_64)))