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

arm64 build #3

Open
msgilligan opened this issue Jul 12, 2021 · 2 comments
Open

arm64 build #3

msgilligan opened this issue Jul 12, 2021 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@msgilligan
Copy link
Member

It would be nice to have an ARM-64 build of the native image executable as well as arm64 docker containers (both the JIT and native-image versions)

@msgilligan msgilligan added enhancement New feature or request help wanted Extra attention is needed labels Jul 12, 2021
@msgilligan
Copy link
Member Author

msgilligan commented Feb 10, 2023

See if we can use this HOW-TO to build AMD64 & ARM64: https://dev.to/cloudx/multi-arch-docker-images-the-easy-way-with-github-actions-4k54

See also: bmuschko/gradle-docker-plugin#967 (comment)

This commit 306de86 contains a build.gradle file that was able to build a multi arch version of the -jit version of the container image. This image was pushed to our Docker registry as version 0.3.8. (This is based upon bmuschko/gradle-docker-plugin#967 (comment)) (See also WIP PR #7)

@msgilligan
Copy link
Member Author

OK PR #7 is updated to work properly on GitHub Actions (for the gradle.yml workflow, the graalvm.yml is not updated.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant