Skip to content

Commit

Permalink
Merge pull request #1211 from buildkite/fix-source-ami-filter
Browse files Browse the repository at this point in the history
Fix ami_source_filter
  • Loading branch information
DrJosh9000 committed Sep 12, 2023
2 parents 0d81e98 + 925023b commit 7ba5e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packer/linux/buildkite-ami.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"region": "{{user `region`}}",
"source_ami_filter": {
"filters": {
"name": "al2023-ami-minimal-2023.0.*.*-kernel-*",
"name": "al2023-ami-minimal-*",
"architecture": "{{user `arch`}}",
"virtualization-type": "hvm"
},
Expand Down

0 comments on commit 7ba5e30

Please sign in to comment.