Skip to content

Latest commit

 

History

History
executable file
·
64 lines (49 loc) · 2.93 KB

bleeding-edge.md

File metadata and controls

executable file
·
64 lines (49 loc) · 2.93 KB

AlloyCI Runner bleeding edge releases

CAUTION: Warning: These are the latest, probably untested releases of AlloyCI Runner built straight from master branch. Use at your own risk.

Download the standalone binaries

You can then run the Runner with:

chmod +x alloy-runner-linux-amd64
./alloy-runner-linux-amd64 run

Download one of the packages for Debian or Ubuntu

You can then install it with:

dpkg -i alloy-runner_386.deb

Download one of the packages for RedHat or CentOS

You can then install it with:

rpm -i alloy-runner_386.rpm

Download any other tagged release

Simply replace master with either tag (v0.2.0 or 0.4.2) or latest (the latest stable). For a list of tags see https://gitlab.com/AlloyCI/alloy-runner/tags. For example:

If you have problem downloading through https, fallback to plain http: