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

Make Docker Build Multi Arch #7

Closed
snowsky opened this issue Jun 29, 2024 · 4 comments
Closed

Make Docker Build Multi Arch #7

snowsky opened this issue Jun 29, 2024 · 4 comments

Comments

@snowsky
Copy link

snowsky commented Jun 29, 2024

Can you please build docker image for Mac M1 so the example can run:

$ echo '{"foo":"bar"}' | docker run -i jfryy/qq '.foo = "bazz"' -o tf
Unable to find image 'jfryy/qq:latest' locally
docker: Error response from daemon: no match for platform in manifest: not found.
See 'docker run --help'.
@JFryy
Copy link
Owner

JFryy commented Jun 30, 2024

Hey sure thing, will make the docker build multi-arch. You should now be able to get this via homebrew via brew install jfryy/tap/qq (at least I can confirm this on my linux amd64 setup but the binaries should be there for arm or through releases already so this is technically supported at this time.

edit: edited issue name just for correctness

@JFryy JFryy changed the title Support Mac M1 Make Docker Build Multi Arch Jun 30, 2024
@JFryy
Copy link
Owner

JFryy commented Jun 30, 2024

fixed with #9, and latest includes both archs.

@JFryy JFryy closed this as completed Jun 30, 2024
@JFryy
Copy link
Owner

JFryy commented Jun 30, 2024

I haven't tested this on a m1, so if you'd like to reopen if it still has issues on a fresh pull, I'd appreciate it.

@snowsky
Copy link
Author

snowsky commented Jul 1, 2024

Tested, It works on M1, thanks!

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

2 participants