mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-08-15 02:34:08 +00:00
Imported 2.764
No reason for CPC update specified.
This commit is contained in:
parent
7301723918
commit
58a03dd230
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (2.764) jammy; urgency=medium
|
||||||
|
|
||||||
|
[ Michał Sawicz ]
|
||||||
|
* Add arm64 buildd bootable image. (LP: #1966636)
|
||||||
|
|
||||||
|
-- Utkarsh Gupta <utkarsh@ubuntu.com> Mon, 11 Apr 2022 23:02:30 +0530
|
||||||
|
|
||||||
livecd-rootfs (2.763) jammy; urgency=medium
|
livecd-rootfs (2.763) jammy; urgency=medium
|
||||||
|
|
||||||
* auto/config: upgrade from hwe-20.04 to hwe-22.04 variant.
|
* auto/config: upgrade from hwe-20.04 to hwe-22.04 variant.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash -eux
|
#!/bin/bash -eux
|
||||||
|
|
||||||
case $ARCH in
|
case $ARCH in
|
||||||
amd64)
|
amd64|arm64)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "We don't create EFI images for $ARCH."
|
echo "We don't create EFI images for $ARCH."
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
case $ARCH in
|
case $ARCH in
|
||||||
amd64)
|
amd64|arm64)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "We don't build bootable Buildd images for $ARCH."
|
echo "We don't build bootable Buildd images for $ARCH."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user