mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-25 12:21:10 +00:00
Only build bootable buildd images for amd64.
This commit is contained in:
parent
68e8afd528
commit
127ed59fb1
@ -1,7 +1,7 @@
|
||||
#!/bin/bash -eux
|
||||
|
||||
case $ARCH in
|
||||
amd64|arm64|armhf)
|
||||
amd64)
|
||||
;;
|
||||
*)
|
||||
echo "We don't create EFI images for $ARCH."
|
||||
|
@ -4,6 +4,15 @@
|
||||
# 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"
|
||||
|
||||
IMAGE_STR="# BUILDD_IMG: This file was created/modified by the Buildd Image build process"
|
||||
|
Loading…
x
Reference in New Issue
Block a user