Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Dont use arch in container image tag:" (#219)
#### Revert "Dont use arch in container image tag:" - This reverts commit 69a4c87: > "The service containers we build shouldnt use arch in the tags. This way the same tag will have mulitple archs at the registry layer." - this isn't really true, as can be seen from the --platform argument to buildx; also the GHA matrix'es are split per-arch - effectively, we had random arch (but not both) in each tag, depending on build speed/order in GHA - causes `Error creating 000-rngd1: fork/exec /usr/bin/runc: exec format error` (and many others) depending on luck or lack thereof
- Loading branch information