Only build bootable buildd images for amd64.

ubuntu/xenial
Cody Shepherd 5 years ago
parent 9b93c0c613
commit e30aefc83b
No known key found for this signature in database
GPG Key ID: 0DB7E5F05C3FAB5F

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

@ -4,6 +4,15 @@
# Generate linux-virtual image # Generate linux-virtual image
# #
case $ARCH in
amd64)
;;
*)
echo "We don't build bootable Buildd images for $ARCH."
exit 0
;;
esac
echo "Building bootable Buildd image" echo "Building bootable Buildd image"
IMAGE_STR="# BUILDD_IMG: This file was created/modified by the Buildd Image build process" IMAGE_STR="# BUILDD_IMG: This file was created/modified by the Buildd Image build process"

Loading…
Cancel
Save