Commit bfa5ef1
Fix Docker multi-arch build by using buildx directly (#1935)
* Initial plan
* Fix Docker push by using buildx for multi-arch builds
Replace separate docker build commands with docker buildx build that
properly handles multi-platform builds. This fixes the "is a manifest
list" error that occurred when trying to create manifests from images
built with docker build --platform.
The new approach uses docker buildx build with --platform
linux/amd64,linux/arm64 to build both architectures in one command
and pushes them directly with the --push flag.
Co-authored-by: jordanstephens <706922+jordanstephens@users.noreply.github.com>
* Remove unused Docker image variables
Co-authored-by: jordanstephens <706922+jordanstephens@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: jordanstephens <706922+jordanstephens@users.noreply.github.com>1 parent a9cfe07 commit bfa5ef1
1 file changed
Lines changed: 8 additions & 41 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
213 | 202 | | |
214 | 203 | | |
215 | 204 | | |
216 | 205 | | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | 206 | | |
240 | 207 | | |
241 | 208 | | |
| |||
0 commit comments