Skip to content
New issue

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

custom_build_with_restart only works for amd64 containers #619

Open
tigerquoll opened this issue Nov 24, 2024 · 0 comments
Open

custom_build_with_restart only works for amd64 containers #619

tigerquoll opened this issue Nov 24, 2024 · 0 comments

Comments

@tigerquoll
Copy link

If you are building on arm64 and deploying in amd64, there is no way in passing a platform directive to the underlying _helper function, as all commands and envs passed to custom_build_with_restart are stripped out before _help calls the docker_build command.

End result is the helper image cannot be compiled, because there is platform incompatibility between it and the base image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant