-
Notifications
You must be signed in to change notification settings - Fork 13
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
Create Docker images for ARM processors #83
Comments
Take a look at this example here: |
fixes McPringle#83 Signed-off-by: Max Albrecht <[email protected]>
fixes McPringle#83 Signed-off-by: Max Albrecht <[email protected]>
We tried building with QEMU and buildx and the emulation made the process very slow (after an hour it was still downloading dependencies). Because the build artefact is a platform independent jar, and the Dockerfile is a multi-stage build, a possible solution could be a 2-step build:
See https://docs.docker.com/build/building/multi-stage/#use-an-external-image-as-a-stage |
Signed-off-by: Marcus Fihlon <[email protected]>
Signed-off-by: Marcus Fihlon <[email protected]>
No description provided.
The text was updated successfully, but these errors were encountered: