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

Provide ARM Docker Image #2539

Closed
siemendev opened this issue Feb 14, 2023 · 1 comment · Fixed by #2652
Closed

Provide ARM Docker Image #2539

siemendev opened this issue Feb 14, 2023 · 1 comment · Fixed by #2652
Labels
Milestone

Comments

@siemendev
Copy link

Hi folks!
I love using "stedolon/jq" as a docker image, since we work in teams with win/mac/linux systems both on amd64 and arm64 architectures (at least the linux and mac guys). Using the docker image provides me the flexibility to use it in our makefiles for the environment setup without having to add another required installed software on the host.

Since the mac has rosetta, we can easily use the amd64 image as well. Linux on the other hand cannot use the amd64 image:

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
exec /usr/local/bin/jq: exec format error

So could you please consider adding more architectures (at least arm64) to the docker image?

Heres a little help on how to build for other architectures using qemu: https://drpdishant.medium.com/multi-arch-images-with-docker-buildx-and-qemu-141e0b6161e7

@wader
Copy link
Member

wader commented Feb 14, 2023

Hi, the project is a bit stalled at the moment, see #2305

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

Successfully merging a pull request may close this issue.

3 participants