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

Publish Docker multi-platform images #486

Open
edgarmiro opened this issue Nov 30, 2023 · 0 comments
Open

Publish Docker multi-platform images #486

edgarmiro opened this issue Nov 30, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@edgarmiro
Copy link

Is your feature request related to a problem? Please describe.
The image published arch is linux/amd64 which means, it can't be used on arm machines raising this error:
mocksserver The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

Describe the solution you'd like
Build and upload arm images with Docker multi-platform images: https://docs.docker.com/build/building/multi-platform/

Describe alternatives you've considered
I used this env var as a workaround but it's not the best option.
export DOCKER_DEFAULT_PLATFORM=linux/amd64

@javierbrea javierbrea added the enhancement New feature or request label Dec 15, 2023
@javierbrea javierbrea moved this to To do in Backlog May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: To do
Development

No branches or pull requests

2 participants