disk-image.binary: skip building MBR image on riscv64.

This commit is contained in:
Dimitri John Ledkov 2020-11-17 23:40:53 +00:00
parent ff175e3f4a
commit 8e548f37d9
No known key found for this signature in database
GPG Key ID: 9B8EC849D5EF70ED

View File

@ -27,7 +27,7 @@ case $ARCH:$SUBARCH in
BOOTPART_END=138M BOOTPART_END=138M
BOOT_MOUNTPOINT=/boot/firmware BOOT_MOUNTPOINT=/boot/firmware
;; ;;
amd64:*|arm64:*|armhf:*) amd64:*|arm64:*|armhf:*|riscv64:*)
echo "We only create EFI images for $ARCH." echo "We only create EFI images for $ARCH."
exit 0 exit 0
;; ;;