diff --git a/.gitignore b/.gitignore index 66fd13c9..f402bce9 100644 --- a/.gitignore +++ b/.gitignore @@ -11,5 +11,6 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out +bin/ # Dependency directories (remove the comment below to include it) # vendor/ diff --git a/Makefile b/Makefile index b62cc2ae..06d26d5a 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ SHELL := bash IMAGE_TAG = garm-build build-static: - @echo Building metal hub + @echo Building garm docker build --tag $(IMAGE_TAG) . docker run --rm -e USER_ID="$(shell id -u)" -e USER_GROUP="$(shell id -g)" -v $(PWD):/build/garm $(IMAGE_TAG) /build-static.sh @echo Binaries are available in $(PWD)/bin diff --git a/cmd/garm-cli/LICENSE b/cmd/garm-cli/LICENSE deleted file mode 100644 index e69de29b..00000000