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 4cb738e commit 1b1ed0eCopy full SHA for 1b1ed0e
Makefile
@@ -5,7 +5,7 @@ RMFLAG=--rm
5
VERSION=0.2.1
6
7
build/Linux/sshfront:
8
- mkdir -p build/Linux && GOOS=linux CGO_ENABLED=0 go build -a \
+ mkdir -p build/Linux && GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -a \
9
-ldflags "-X main.Version=$(VERSION)" \
10
-installsuffix cgo \
11
-o build/Linux/$(NAME) ./cmd/sshfront
0 commit comments