We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Godel only builds container images for the arch it is being running on.
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: