Skip to content
Snippets Groups Projects
Commit 168e3512 authored by Ariadne Conill's avatar Ariadne Conill
Browse files

scripts: mkimg minirootfs: add mips64 to archs

parent dcca5cdb
No related merge requests found
......@@ -20,6 +20,6 @@ profile_minirootfs() {
and minimal chroots."
image_ext=tar.gz
output_format=rootfs
arch="x86 x86_64 armhf armv7 aarch64 ppc64le s390x"
arch="x86 x86_64 armhf armv7 aarch64 ppc64le s390x mips64"
rootfs_apks="busybox alpine-baselayout alpine-keys apk-tools libc-utils"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment