Commit 5bd105a
authored
fix(image-multiarch): skip qemu if only one platform is requested (#198)
https://typeform.atlassian.net/browse/PLT-000
Skip QEMU if only one platform is requested.
Mostly, we build ARM images on ARM runners now. There a few ML services
that still build for ARM and AMD, they would continue working as today
after this change.
Only thing it doesn't cover is [something like
this](https://github.com/Typeform/intigreton/blob/bcda0e16a73b98624c23bb3696f51005d3d466e4/.github/workflows/ci.yml#L66)
which are easy to fix (switch to ARM base image if exists, or use AMD
runner) and slightly strange usage.1 parent 9dff4bd commit 5bd105a
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| |||
0 commit comments