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 multiarch Docker image #1

Closed
VladRassokhin opened this issue May 6, 2024 · 2 comments
Closed

Publish multiarch Docker image #1

VladRassokhin opened this issue May 6, 2024 · 2 comments

Comments

@VladRassokhin
Copy link

VladRassokhin commented May 6, 2024

Please publish arm64 version of docker image.

Use e.g. (tried locally):

# uncomment following line if you don't have 'docker-container'-based driver yet, check with `docker buildx ls`. 'docker' driver cannot build multiarch images.
# docker buildx create --name multiarch --driver docker-container --use

docker buildx build --platform linux/arm64,linux/amd64 --tag "docker.io/ivarref/mikkmokk-proxy:$VERSION"  .

Also probably worth bumping Docker dependencies :)

Also maybe worth publishing jars to GitHub releases?

Nice tool, BTW 👍

ivarref added a commit that referenced this issue May 6, 2024
ivarref added a commit that referenced this issue May 6, 2024
@ivarref
Copy link
Owner

ivarref commented May 6, 2024

Released docker.io/ivarref/mikkmokk-proxy:v0.1.63 now, can you confirm it works @VladRassokhin ?

Thanks!

@VladRassokhin
Copy link
Author

Works flawlessly, thank you!

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