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 ecca88a commit 884d368Copy full SHA for 884d368
scripts/build.sh
@@ -18,3 +18,4 @@ LDFLAGS=(
18
export CGO_ENABLED=0
19
GOOS=linux GOARCH=amd64 go build -ldflags "${LDFLAGS[*]}" -o "$BIN_DIR/scw-linux-x86_64" cmd/scw/main.go
20
GOOS=darwin GOARCH=amd64 go build -ldflags "${LDFLAGS[*]}" -o "$BIN_DIR/scw-darwin-x86_64" cmd/scw/main.go
21
+GOOS=windows GOARCH=amd64 go build -ldflags "${LDFLAGS[*]}" -o "$BIN_DIR/scw-windows-x86_64" cmd/scw/main.go
0 commit comments