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
Tried on the feature/spring-boot-3 branch and it is possible to build an OCI image in this way.
However, the image built targets amd64 architecture and it does not seem to have an easy way to create multi-arch images as it is currently done for Stellio.
Tried on the
feature/spring-boot-3
branch and it is possible to build an OCI image in this way.However, the image built targets amd64 architecture and it does not seem to have an easy way to create multi-arch images as it is currently done for Stellio.
Found this: https://dev.to/dashaun/a-new-builder-for-spring-boot-3-rc1-on-arm64-4k31 but it failed when tested locally (is it only supposed to work when building native images?).
Other related resources and info:
The text was updated successfully, but these errors were encountered: