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

scripts/mkimg.standard.sh: add armv7

Create standard release images for armv7. Those are useful for qemu.
parent f5d3f530
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ profile_standard() {
profile_base
profile_abbrev="std"
image_ext="iso"
arch="aarch64 x86 x86_64 ppc64le riscv64 s390x"
arch="aarch64 armv7 x86 x86_64 ppc64le riscv64 s390x"
output_format="iso"
kernel_addons="xtables-addons"
case "$ARCH" in
......
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