inductiveautomation / ignition-module-tools

Tools that help in the creation and development of Modules for Inductive Automation's Ignition.
49 stars 14 forks source link

Setup github action to build native image binaries of the module generator CLI #23

Open PerryAJ opened 3 years ago

PerryAJ commented 3 years ago

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.