You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
The native image currently only runs on
amd64
. There's an experimental paketo builder that allows building images forarm64
(issue for official arm builders). This commit added a maven profile that leverages this builder so that a native image forarm64
could be built. I confirmed that the image works as expected on a Mac M2 Pro.TODOs:
amd64
andarm64
(see here)The text was updated successfully, but these errors were encountered: