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.
The text was updated successfully, but these errors were encountered:
#187 introduced support for building arm compatible images from source. Only thing left to do is to update the release workflow to build and release the multi-arch image.
Uh oh!
There was an error while loading. Please reload this page.
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.The text was updated successfully, but these errors were encountered: