Skip to content

Commit a73297c

Browse files
authored
Revert "Use Amazon Linux 2 AMI with working cloud init"
1 parent 509802d commit a73297c

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)