diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-12-16 10:25:28 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-12-16 10:26:15 +0000 |
commit | 3eb10d34b80648aaaca5c73ed376e9c14c77ec0c (patch) | |
tree | 3b32cab5b43d131d98081aecf1ace092a77fb2a9 /scripts/mkimage.sh | |
parent | 749e1e0f659bf7b9538d9c7478b6a191f8c94ea6 (diff) | |
download | aports-3eb10d34b80648aaaca5c73ed376e9c14c77ec0c.tar.bz2 aports-3eb10d34b80648aaaca5c73ed376e9c14c77ec0c.tar.xz |
scripts: add aarch64 release image
Diffstat (limited to 'scripts/mkimage.sh')
-rwxr-xr-x | scripts/mkimage.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mkimage.sh b/scripts/mkimage.sh index 14fa2a60fd..fa73d6697b 100755 --- a/scripts/mkimage.sh +++ b/scripts/mkimage.sh @@ -22,7 +22,7 @@ set -e all_sections="" all_profiles="" all_checksums="sha256 sha512" -all_arches="armhf x86 x86_64" +all_arches="aarch64 armhf x86 x86_64" all_dirs="" build_date="$(date +%y%m%d)" default_arch="$(apk --print-arch)" |