mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-09 18:31:11 +00:00
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:
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…
x
Reference in New Issue
Block a user