diff --git a/Makefile b/Makefile index 2ebf24d..f6ba47f 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ all: check_restic check_restic: main.go - go build + CGO_ENABLED=0 go build clean: rm -f check_restic