Add arm64 buildd bootable image

This commit is contained in:
Michał Sawicz 2022-03-17 13:26:59 +01:00
parent 68b26a790b
commit 0b3a015ab4
2 changed files with 2 additions and 2 deletions

View File

@ -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."

View File

@ -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."