You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
240 B

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 main.go