Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docker: fix base image build on arm64
Because the base image did not specify a build for arm64, all upper layers where build as the wrong (amd64) image. To fix, we need to include the common platforms in the base image. Signed-off-by: Moritz Wanzenböck <[email protected]>
- Loading branch information