mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-10 19:01:13 +00:00
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:
commit
16bce0a817
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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 ]
|
||||
|
@ -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."
|
||||
|
Loading…
x
Reference in New Issue
Block a user