Skip to content
Snippets Groups Projects
Commit 0877ba56 authored by Carlo Landmeter's avatar Carlo Landmeter
Browse files

scripts/mkimg.minirootfs.sh: add support for riscv64

parent cd4ea85a
No related branches found
No related tags found
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 mips64"
arch="x86 x86_64 armhf armv7 aarch64 ppc64le s390x mips64 riscv64"
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