mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 03:11:12 +00:00
Add arm64 buildd bootable image
(cherry picked from commit 997fd08e628219a277c0e67a9af5bf7dc0031c7f)
This commit is contained in:
parent
60dc192e42
commit
0b01d8451c
@ -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