Re-enable disk-image-uefi for armhf. (LP:#2062024)

This reverts commit 4f51ff45 (fix: Remove UEFI booting armhf, 2024-03-12).
This commit is contained in:
Simon Poirier 2024-04-17 09:56:07 -04:00
parent 21b02cd6d2
commit b4028cf53c

View File

@ -1,7 +1,7 @@
#!/bin/bash -eux
case $ARCH in
amd64|arm64|riscv64)
amd64|arm64|armhf|riscv64)
;;
*)
echo "We don't create EFI images for $ARCH."