I have a Kotlin application that I'd like to build into a native executable with Spring Native. Locally it works fine but I want it to be builded with Google Cloud Build and Docker and then use the created image in my Google Cloud Run step.
However I can't find any guide to make this happen? I have no idea what I need to setup in Google Cloud Build triggers to create a spring native application for Cloud Run.