* Don't build 32-bit AMIs anymore, since 64-bit AMIs are now supported

on all instance types.
* Bump the pv-grub AKI.

svn path=/nixos/trunk/; revision=33385
This commit is contained in:
Eelco Dolstra 2012-03-23 18:09:40 +00:00
parent 3d87c27c6d
commit e32640afab

View File

@ -29,7 +29,7 @@ buildAndUploadFor() {
ec2-upload-bundle -b "$bucket" -m /tmp/nixos.img.manifest.xml \
-a "$AWS_ACCESS_KEY_ID" -s "$AWS_SECRET_ACCESS_KEY" --location "$s3location"
kernel=$(ec2-describe-images -o amazon --filter "manifest-location=*pv-grub-hd0_1.02-$arch*" --region "$region" | cut -f 2)
kernel=$(ec2-describe-images -o amazon --filter "manifest-location=*pv-grub-hd0_1.03-$arch*" --region "$region" | cut -f 2)
echo "using PV-GRUB kernel $kernel"
ami=$(ec2-register "$bucket/nixos.img.manifest.xml" -n "$name" -d "NixOS $system r$revision" \
@ -43,5 +43,4 @@ buildAndUploadFor() {
done
}
#buildAndUploadFor i686-linux i386
buildAndUploadFor x86_64-linux x86_64