Add arm64 buildd bootable image

(cherry picked from commit 997fd08e62)
ubuntu/focal
Michał Sawicz 3 years ago committed by John Chittum
parent 60dc192e42
commit 0b01d8451c
No known key found for this signature in database
GPG Key ID: 42FD6DD37F7F195B

@ -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…
Cancel
Save