summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2017-12-04 15:25:40 +0100
committerLudovic Courtès <ludo@gnu.org>2017-12-04 16:35:43 +0100
commit9d163ec133c55abf4d63b4f6e242d8da731d91eb (patch)
tree5a0db903ee026127b3104c15fd7b93a2bf9f9155
parent3b6e7c703cff14020cfcdaa316875b28282c3477 (diff)
downloadguix-9d163ec133c55abf4d63b4f6e242d8da731d91eb.tar.gz
guix-9d163ec133c55abf4d63b4f6e242d8da731d91eb.tar.xz
maint: Add 'aarch64-linux' to the supported systems.
* Makefile.am (SUPPORTED_SYSTEMS): Add aarch64-linux.
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 = \