This repository is responsible for hosting the latest go-c8y-cli packages as linux repository (apk/deb/rpm) via github pages.
The build script will download a release from the go-c8y-cli repo and add it to the repository so it can be installed via the supported linux package managers.
Linux Distribution | Package Manager | File type |
---|---|---|
Ubuntu/Debian | apt | .deb |
alpine | apk | .apk |
RHEL/CentOS/Fedora | yum/dnf | .rpm |
./build.sh
./build.sh --tag v2.4.0
If you have a merge conflict due to conflicts with untracked files in the repo, then run the following git command to remove any untracked files in your checked out folder.
git clean -f