Add arm64 buildd bootable image

jammy-iotg-bump
Michał Sawicz 3 years ago committed by Utkarsh Gupta
parent 1470f5ecec
commit 997fd08e62

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

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

Loading…
Cancel
Save