ami: switch back to raw disk images by default

Unsure if the VMDK images are a factor in recent corruption issues
recently or not. Until that is sorted out go back to our old ways.
This commit is contained in:
Michael Marineau 2015-09-04 10:41:04 -07:00
parent 8c92e2184b
commit 311b0d0465

View File

@ -15,7 +15,7 @@ readonly COREOS_EPOCH=1372636800
VERSION="master" VERSION="master"
BOARD="amd64-usr" BOARD="amd64-usr"
GROUP="alpha" GROUP="alpha"
IMAGE="coreos_production_ami_vmdk_image.vmdk.bz2" IMAGE="coreos_production_ami_image.bin.bz2"
GS_URL="gs://builds.release.core-os.net" GS_URL="gs://builds.release.core-os.net"
IMG_URL="" IMG_URL=""
IMG_PATH="" IMG_PATH=""