inductiveautomation / inductiveautomation/ignition-module-tools
Setup github action to build native image binaries of the module generator CLI
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 73
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
GH provides actions that execute on specified platforms. We should use this to run graal native image builds of the CLI, and store each one as part of a 'release' here in github, so that anyone interested may download a fully functional CLI executable and create their own modules.
- [ ] Setup Github Action to build native images on Windows, Linux, and Mac
- [ ] Add Readme instructions on using the non-native image 'application' build product
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the repository's build configuration and the module generator CLI's non-native application build product. Then inspect how GitHub Actions can target Windows, Linux, and macOS, and how this repository handles GitHub releases. Done means the three native binaries are built and stored in a release, with README instructions for using the application build.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, kotlin
- Domain
- build-system, ci-cd, cli, documentation, release
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100