Add arm64 buildd bootable image

(cherry picked from commit 997fd08e628219a277c0e67a9af5bf7dc0031c7f)
This commit is contained in:
Michał Sawicz 2022-03-17 13:26:59 +01:00 committed by John Chittum
parent 60dc192e42
commit 0b01d8451c
No known key found for this signature in database
GPG Key ID: 42FD6DD37F7F195B
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash -eux
case $ARCH in
amd64)
amd64|arm64)
;;
*)
echo "We don't create EFI images for $ARCH."

View File

@ -5,7 +5,7 @@
#
case $ARCH in
amd64)
amd64|arm64)
;;
*)
echo "We don't build bootable Buildd images for $ARCH."