It took me a while to figure this out so I thought I’d share it.
I have Java quarkiverse project that releases a quarkus extension to nexus using the maven release plugin and builds CLI binaries with Graal after the fact for windows, macosx, and linux. The binaries are uploaded to a Github release of the tagged release.
https://github.com/quarkiverse/quarkus-playpen/blob/0.9.1/.github/workflows/release.yml
https://github.com/quarkiverse/quarkus-playpen/releases/tag/0.9.1

Leave a comment