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 cf20ccd commit 0c84773Copy full SHA for 0c84773
Makefile
@@ -17,9 +17,8 @@ cross: clean
17
CGO_ENABLED=0 gox \
18
-output="$(OUT_DIR)/jb-{{.OS}}-{{.Arch}}" \
19
-ldflags=$(LDFLAGS) \
20
- -arch="amd64 arm64 arm" -os="linux" \
+ -arch="amd64 arm64" -os="linux" \
21
-arch="amd64 arm64" -os="darwin" \
22
- -osarch="windows/amd64" \
23
./cmd/$(BIN)
24
25
static:
0 commit comments