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

feat(native): Support Arm64 #108

Open
1 task
DarkAtra opened this issue Sep 14, 2023 · 0 comments
Open
1 task

feat(native): Support Arm64 #108

DarkAtra opened this issue Sep 14, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@DarkAtra
Copy link
Member

DarkAtra commented Sep 14, 2023

The native image currently only runs on amd64. There's an experimental paketo builder that allows building images for arm64 (issue for official arm builders). This commit added a maven profile that leverages this builder so that a native image for arm64 could be built. I confirmed that the image works as expected on a Mac M2 Pro.

TODOs:

  • Modify the Github Action so that it builds a native multi-arch image that runs on both amd64 and arm64 (see here)
@DarkAtra DarkAtra added the enhancement New feature or request label Sep 14, 2023
@DarkAtra DarkAtra self-assigned this Sep 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant