DXP-2612 Implement native-image build and publish to github releases and homebrew - #13
Merged
Conversation
marekczajkowski
requested changes
Mar 4, 2026
…nto native-build-2
…nto native-build-2
…nto native-build-2
…nto native-build-2
marekczajkowski
approved these changes
Mar 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📋 Type of the Changes
🛠 Changes being made
Preview releases are pushed to a separate homebrew-preview-tap repo. We need to create it in the streamx-com org.
After merge we should cleanup releases and tags in the main and homebrew-tap repo.
GraalVM dropped Intel macOS support in latest releases. If we need it, we should stick with GraalVM CE 25.0.1.
GitHub preview releases are created in the homebrew-preview-tap instead of streamx-cli to avoid too many releases in the main repo.
Added a dispatch workflow to trigger releases from GitHub UI.
I checked it on valkovich-ds/streamx-cli fork (the dispatch workflow should be at the main branch to be visible on UI) and it works.
Additionally we can limit who can initiate a release. By default it's everyone with repo write permissions.
If we don't need it, we can remove the corresponding workflow file.
On my machine I didn't encounter it yet.Catched it locally on building in an infinite loop. Not sure how to deal with it at this moment.✅ Checklist