diff --git a/Makefile b/Makefile index 6ea7157..6bb8dbe 100644 --- a/Makefile +++ b/Makefile @@ -4,4 +4,4 @@ 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 main.go \ No newline at end of file + CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -o exporter.bin main.go \ No newline at end of file