Building Release Artifacts

Make is required to run the release artifact creation commands and will build in the artifacts directory.

Build All

make artifacts

Build tar.gz

make tar

Build zip

make zip

Last updated