Merge simpoir-lp2062024_reenable_armhf_uefi into ubuntu/master [a=simpoir] [r=jchittum,philroche]

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

MP: https://code.launchpad.net/~simpoir/livecd-rootfs/+git/livecd-rootfs/+merge/464543
This commit is contained in:
Philip Roche 2024-04-17 18:06:14 +01:00
commit 16bce0a817
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
livecd-rootfs (24.04.63) UNRELEASED; urgency=medium
* Re-enable armhf disk-image-uefi building. (LP: #2062024)
This reverts commit 4f51ff45 (fix: Remove UEFI booting armhf, 2024-03-12).
-- Simon Poirier <simon.poirier@canonical.com> Wed, 17 Apr 2024 10:07:11 -0400
livecd-rootfs (24.04.62) noble; urgency=medium
[ Steve Langasek ]

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."