diff options
author | Olliver Schinagl <oliver@schinagl.nl> | 2019-02-22 21:08:14 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-02-26 13:28:22 +0000 |
commit | bf993f3f649bc2e9520ff4d1f9a3c00a41f419e0 (patch) | |
tree | d2e058ea9b2dfc6a46d34e9b1e98906af6dd5672 /scripts/mkimage.sh | |
parent | 3b3d1e3949427315f835802daac4b56e2978f0e6 (diff) | |
download | aports-bf993f3f649bc2e9520ff4d1f9a3c00a41f419e0.tar.bz2 aports-bf993f3f649bc2e9520ff4d1f9a3c00a41f419e0.tar.xz |
scripts: add armv7 support to images
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
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 de040aac83..0c3dea5da8 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="aarch64 armhf x86 x86_64" +all_arches="aarch64 armhf armv7 x86 x86_64" all_dirs="" build_date="$(date +%y%m%d)" default_arch="$(apk --print-arch)" |