openziti / ziti-tunnel-sdk-c

Apache License 2.0
43 stars 16 forks source link

Release asset filenames/compression #833

Open bengcooper opened 5 months ago

bengcooper commented 5 months ago

Would it be possible to adjust the naming scheme and compression of the release assets to match those used by the main OpenZiti project?

Currently OpenZiti produces .tar.gz files (for Linux and MacOS) with the naming scheme ziti-<platform>-<arch>-<version>.tar.gz (e.g. ziti-linux-arm-1.0.0.tar.gz), whereas the tunneller produces zip for all platforms files with no version number.

This is a minor inconvenience when attempting to install the tunneller on systems which may not have the unzip utility available.

Thanks in advance :smiley:

qrkourier commented 5 months ago

Would you be able to adopt the Linux DEB/RPM?

https://openziti.io/docs/downloads?os=Linux

Edit, clarification: the Linux ziti-edge-binary binary is distributed as DEB, RPM packages that provide a systemd service and necessary configuration for running as non-root with ambient kernel capabilities. These are published by a GitHub Actions workflow that is manually triggered on the release tag by a maintainer, following the release of the binary to GitHub releases.