diff --git a/Makefile b/Makefile index 6bb8dbe..b8b9fbd 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,11 @@ +all: arm + linux: CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build + mac: CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build + arm: CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go mod tidy CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -o exporter.bin main.go \ No newline at end of file