Skip to content
Snippets Groups Projects
Commit e24ca6e4 authored by Natanael Copa's avatar Natanael Copa
Browse files

scripts/mkimg.minirootfs: add s390x

parent f56b18ab
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,6 @@ create_image_rootfs() {
profile_minirootfs() {
image_ext=tar.gz
output_format=rootfs
arch="x86 x86_64 armhf aarch64 ppc64le"
arch="x86 x86_64 armhf aarch64 ppc64le s390x"
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