From d45de519f42290734105dc8e3311de2dcec1f6dc Mon Sep 17 00:00:00 2001 From: dustoair <107600816+dustoair@users.noreply.github.com> Date: Tue, 16 Aug 2022 10:07:10 +0800 Subject: [PATCH] exporter.bin --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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