What happened?
Godel only builds container images for the arch it is being running on.
What did you want to happen?
Build multiarch container images.
AFAICT this part of the codebase hasn't been touched for a while: https://github.com/palantir/godel/blame/master/docsgenerator/generator/generator.go#L157
You could do it the hard way (build each image separately on a different builder host and mess with manifests). Or migrate to buildx.
What happened?
Godel only builds container images for the arch it is being running on.
What did you want to happen?
Build multiarch container images.
AFAICT this part of the codebase hasn't been touched for a while: https://github.com/palantir/godel/blame/master/docsgenerator/generator/generator.go#L157
You could do it the hard way (build each image separately on a different builder host and mess with manifests). Or migrate to buildx.