Skip to content

Build multi-arch container using buildah

Sjoerd Simons requested to merge wip/sjoerd/build-with-buildah into main

Kaniko unfortunately cannot build multi-arch containers as it has no way to create a manifest of more then one image. Switch to buildah as the builder instead which can do this to build both an amd64 and arm64 container

Merge request reports