mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-12 03:41:12 +00:00
Add arm64 buildd bootable image
(cherry picked from commit 997fd08e628219a277c0e67a9af5bf7dc0031c7f)
This commit is contained in:
parent
5dbf8ff3e4
commit
7b09dd78c8
@ -1,7 +1,7 @@
|
||||
#!/bin/bash -eux
|
||||
|
||||
case $ARCH in
|
||||
amd64)
|
||||
amd64|arm64)
|
||||
;;
|
||||
*)
|
||||
echo "We don't create EFI images for $ARCH."
|
||||
|
@ -5,7 +5,7 @@
|
||||
#
|
||||
|
||||
case $ARCH in
|
||||
amd64)
|
||||
amd64|arm64)
|
||||
;;
|
||||
*)
|
||||
echo "We don't build bootable Buildd images for $ARCH."
|
||||
|
Loading…
x
Reference in New Issue
Block a user