EMQX NeuronEX builder is a tool to build NeuronEX install packages and container images include amd64 and arm64 support.
- NeuronEX amd64 rpm/deb/tar.gz install package
- NeuronEX arm64 rpm/deb/tar.gz install package
- NeuronEX amd64 container image
- NeuronEX arm64 container image
- Standard NeuronEX install package;
- Customized NeuronEX install package;
- Standard or Customized building is depends on the tag schema you make and push to this repo.
- emqx/neuronex-go repo already has the same tag as 3.7.0
- the tag must be X.Y.Z-[alpha|beta|rc].N, e.g. 3.7.0-alpha.1,
-[alpha|beta|rc].Nis optional - make a same tag in this repo and push it
- the package will be built automatically, available at neuronex-builder releases
- the container image will be available at emqx/neuronex
- to set the all dependency package version in version file and neuronex_version file
- commit the version file and neuronex_version file, then push it
- make a custom tag in this repo and push it, e.g. 3.7.0-customerflag
- the custom tag must be X.Y.Z-customerflag-[alpha|beta|rc].N, e.g. 3.7.0-customname20251001-alpha.1,
-[alpha|beta|rc].Nis optional - the package will be built automatically, available at neuronex-builder releases
- the container image will be available at emqx/neuronex