| commit | 03aaefe076041e1b6162997d450c0c97e0b603ba | [log] [tgz] |
|---|---|---|
| author | Philipp Wollermann <philwo@google.com> | Thu May 16 11:49:25 2019 +0200 |
| committer | Philipp Wollermann <philwo@google.com> | Thu May 16 11:49:25 2019 +0200 |
| tree | 28cbb0d460af2fceae42dcf7cf29b5a3e8e0afdb | |
| parent | 92a697e035959353e8aeccb2a07caa3cd0440f47 [diff] |
Do not specify a minimum CPU architecture
diff --git a/buildkite/create_images.py b/buildkite/create_images.py index c8c2f40..6c6d0c5 100755 --- a/buildkite/create_images.py +++ b/buildkite/create_images.py
@@ -128,7 +128,6 @@ machine_type="n1-standard-8", network=params.get("network", "buildkite"), metadata_from_file=startup_script, - min_cpu_platform="Intel Skylake", boot_disk_type="pd-ssd", boot_disk_size="50GB", **image,