Commit e143088
committed
fix(base): install QEMU for ‹RUN› in build action
It appears that for building multi-arch images, you need to have some
layer of emulation installed, i.e., QEMU, just to be able to execute the
‹RUN› commands during the image build as the container image of different
architecture is still run on the host platform (therefore the execution
needs to be emulated).
Signed-off-by: Matej Focko <[email protected]>1 parent ac6cb2e commit e143088
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
29 | 34 | | |
30 | 35 | | |
31 | 36 | | |
| |||
0 commit comments