Skip to content

Commit 349a4ba

Browse files
committed
Add arch to AMI name filter
1 parent 2c9c72b commit 349a4ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packer/linux/buildkite-ami.json

Lines changed: 1 addition & 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-gp2",
15+
"name": "amzn2-ami-hvm-2.0.20220207.1-{{user `arch`}}-gp2",
1616
"architecture": "{{user `arch`}}",
1717
"virtualization-type": "hvm"
1818
},

0 commit comments

Comments
 (0)