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

This reverts commit 4f51ff45 (fix: Remove UEFI booting armhf, 2024-03-12).
ubuntu-core-desktop-noble
Simon Poirier 10 months ago
parent 21b02cd6d2
commit b4028cf53c

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

Loading…
Cancel
Save