Comment by jhardy54
2 days ago
Does build-push-action solve this? I haven’t used their multi-arch configs but I was under the impression that it was pretty smooth.
2 days ago
Does build-push-action solve this? I haven’t used their multi-arch configs but I was under the impression that it was pretty smooth.
It runs in a single job, where single job = single runner. To use two runners/jobs to build multiplatform, each will need to push an untagged image and the shas are aggregated into a manifest in a third job. Definitely doable and the recipes will come out.
Personally prefer just using Go/ko whenever possible ;)