Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 560 Bytes

building_from_source.md

File metadata and controls

25 lines (16 loc) · 560 Bytes

Building GARM from source

The procedure is simple. You will need to gave go installed as well as make.

First, clone the repository:

git clone https://github.com/cloudbase/garm

Then build garm:

make

You should now have both garm and garm-cli available in the ./bin folder.

If you have docker/podman installed, you can also build a static binary against musl:

make build-static

This command will also build for both AMD64 and ARM64. Resulting binaries will be in the ./bin folder.