Closed nijel closed 1 week ago
The only approach I currently see is splitting up this repo into two, but that seems annoying just to workaround Docker limitations.
https://github.com/marketplace/actions/setup-containerd might be the way to go, it seems to support loading multiarch images, but the question is whether these can then be used in build.
Thank you for your report; the issue you have reported has just been fixed.
Describe the issue
Currently, the CI pipeline relies on passing the built base image via registry to build the dev image. This is a very similar issue to https://github.com/WeblateOrg/docker/issues/2589.
The root cause is that there doesn't seem to be way in docker to work with multiarch images (manifests) locally: you cannot have locally different architectures of the same image.
I already tried
Steps to reproduce the behavior
Expected behavior
No response
Screenshots
No response
Exception traceback
No response
Additional context
No response