maint: Add 'aarch64-linux' to the supported systems.

* Makefile.am (SUPPORTED_SYSTEMS): Add aarch64-linux.
master
Ludovic Courtès 2017-12-04 15:25:40 +01:00
parent 3b6e7c703c
commit 9d163ec133
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -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 = \