We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d48065e commit 2334ed6Copy full SHA for 2334ed6
Makefile
@@ -20,7 +20,7 @@ lint:
20
GOGC=20 golangci-lint --deadline=20m run
21
22
cross:
23
- CGO_ENABLED=0 gox -output="dist/{{.Dir}}-{{.OS}}-{{.Arch}}" -ldflags=${LDFLAGS} -arch="amd64" -os="linux" -osarch="darwin/amd64" ./cmd/cortextool
+ CGO_ENABLED=0 gox -output="dist/{{.Dir}}-{{.OS}}-{{.Arch}}" -ldflags=${LDFLAGS} -arch="amd64" -os="linux windows darwin" ./cmd/cortextool
24
25
test:
26
go test -p=8 ./...
0 commit comments