Update "munge-i386" to add "--build-context" in "docker buildx build" lines#80
Conversation
… lines Without this, we end up building against the wrong image due to a bug in buildx/buildkit. 😞
|
(Because of this, we haven't noticed that RabbitMQ is failing to build on i386 and failing with a similar problem on arm32v7 😭) |
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. @@ Coverage Diff @@
## master #80 +/- ##
=======================================
Coverage 73.10% 73.10%
=======================================
Files 7 7
Lines 714 714
=======================================
Hits 522 522
Misses 162 162
Partials 30 30 |
|
Oh, I guess we could/should maybe add |
Agreed. |
|
(oh, #81 is very related, although not exactly the same since munge-i386 is separate) |
|
Added a commit to address the |
|
More heinous every time we touch it 😀 LGTM |
Without this, we end up building against the wrong image due to a bug in buildx/buildkit (docker/buildx#1886). 😞