Skip to content

Commit 472fa92

Browse files
authored
Merge pull request #1557 from buildkite/fix/make-split-amis-public
Ensure all AMIs are public in new split build process
2 parents e548bac + 09201f5 commit 472fa92

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.buildkite/pipeline.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ steps:
7777
name: ":packer: :windows:"
7878
command: .buildkite/steps/packer.sh windows
7979
timeout_in_minutes: 60
80+
env:
81+
AMI_PUBLIC: true
8082
retry: { automatic: { limit: 3 } }
8183
agents:
8284
queue: "${BUILDKITE_AGENT_META_DATA_QUEUE}"
@@ -146,6 +148,8 @@ steps:
146148
name: ":packer: :linux: AMD64"
147149
command: .buildkite/steps/packer.sh linux
148150
timeout_in_minutes: 60
151+
env:
152+
AMI_PUBLIC: true
149153
retry: { automatic: { limit: 3 } }
150154
agents:
151155
queue: "${BUILDKITE_AGENT_META_DATA_QUEUE}"
@@ -216,6 +220,8 @@ steps:
216220
name: ":packer: :linux: ARM64"
217221
command: .buildkite/steps/packer.sh linux arm64
218222
timeout_in_minutes: 60
223+
env:
224+
AMI_PUBLIC: true
219225
retry: { automatic: { limit: 3 } }
220226
agents:
221227
queue: "${BUILDKITE_AGENT_META_DATA_QUEUE}"

0 commit comments

Comments
 (0)