guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: hydra: berlin: Fix typo.


From: Ludovic Courtès
Subject: 01/01: hydra: berlin: Fix typo.
Date: Tue, 13 Nov 2018 17:19:44 -0500 (EST)

civodul pushed a commit to branch master
in repository maintenance.

commit 9c65becedc14b06fe9fc9c2cd372f5c632aaf7d9
Author: Ludovic Courtès <address@hidden>
Date:   Tue Nov 13 23:19:12 2018 +0100

    hydra: berlin: Fix typo.
    
    * hydra/machines-for-berlin.scm <top level>: Use 'aarch64->armhf'.
---
 hydra/machines-for-berlin.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/machines-for-berlin.scm b/hydra/machines-for-berlin.scm
index d13da43..72fffd8 100644
--- a/hydra/machines-for-berlin.scm
+++ b/hydra/machines-for-berlin.scm
@@ -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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]