Skip to content

Commit 2a9c948

Browse files
authored
Merge pull request #1001 from buildkite/revert-995-use-al2-ami-with-working-cloud-init
Revert "Use Amazon Linux 2 AMI with working cloud init"
2 parents 509802d + a73297c commit 2a9c948

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packer/linux/buildkite-ami.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"region": "{{user `region`}}",
1313
"source_ami_filter": {
1414
"filters": {
15-
"name": "amzn2-ami-hvm-2.0.20220207.1-{{user `arch`}}-gp2",
15+
"name": "amzn2-ami-hvm-2.0.*-gp2",
1616
"architecture": "{{user `arch`}}",
1717
"virtualization-type": "hvm"
1818
},
@@ -81,3 +81,4 @@
8181
}
8282
]
8383
}
84+

0 commit comments

Comments
 (0)