File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 77
77
name : " :packer: :windows:"
78
78
command : .buildkite/steps/packer.sh windows
79
79
timeout_in_minutes : 60
80
+ env :
81
+ AMI_PUBLIC : true
80
82
retry : { automatic: { limit: 3 } }
81
83
agents :
82
84
queue : " ${BUILDKITE_AGENT_META_DATA_QUEUE}"
@@ -146,6 +148,8 @@ steps:
146
148
name : " :packer: :linux: AMD64"
147
149
command : .buildkite/steps/packer.sh linux
148
150
timeout_in_minutes : 60
151
+ env :
152
+ AMI_PUBLIC : true
149
153
retry : { automatic: { limit: 3 } }
150
154
agents :
151
155
queue : " ${BUILDKITE_AGENT_META_DATA_QUEUE}"
@@ -216,6 +220,8 @@ steps:
216
220
name : " :packer: :linux: ARM64"
217
221
command : .buildkite/steps/packer.sh linux arm64
218
222
timeout_in_minutes : 60
223
+ env :
224
+ AMI_PUBLIC : true
219
225
retry : { automatic: { limit: 3 } }
220
226
agents :
221
227
queue : " ${BUILDKITE_AGENT_META_DATA_QUEUE}"
You can’t perform that action at this time.
0 commit comments