From 9d163ec133c55abf4d63b4f6e242d8da731d91eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 4 Dec 2017 15:25:40 +0100 Subject: [PATCH] maint: Add 'aarch64-linux' to the supported systems. * Makefile.am (SUPPORTED_SYSTEMS): Add aarch64-linux. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 35d72f36fe..6d340f5720 100644 --- a/Makefile.am +++ b/Makefile.am @@ -584,7 +584,7 @@ SOURCE_TARBALLS = \ $(foreach ext,tar.gz,$(PACKAGE_FULL_TARNAME).$(ext)) # Systems supported by Guix. -SUPPORTED_SYSTEMS ?= x86_64-linux i686-linux armhf-linux +SUPPORTED_SYSTEMS ?= x86_64-linux i686-linux armhf-linux aarch64-linux # Guix binary tarballs. BINARY_TARBALLS = \