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

maintain support for amd64 architecture #30

Open
sjpalf opened this issue Mar 28, 2022 · 3 comments
Open

maintain support for amd64 architecture #30

sjpalf opened this issue Mar 28, 2022 · 3 comments

Comments

@sjpalf
Copy link

sjpalf commented Mar 28, 2022

The latest mozilla/sbt images on docker hub have been built using linux/arm64/v8 architecture. These images no longer work on linux/amd64, with the error:

standard_init_linux.go:228: exec user process caused: exec format error

Could these images be built and pushed to docker hub using buildx to support both linux/amd64 & linux/arm64/v8?

@steve-e
Copy link

steve-e commented Mar 28, 2022

👍

@jklukas
Copy link
Contributor

jklukas commented May 17, 2022

I'd be open to a PR that updates the deployment instructions in the README to use buildx and then I'll use that command going forward.

@davidzajac1
Copy link

Trying to build this image within a GitHub runner and keep getting The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested. Tried using docker buildx and a variety of other strategies. I think adding an image for amd64 would fix this.

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

4 participants