Skip to content

Commit 1b1ed0e

Browse files
committed
Go build Flag for amd64
1 parent 4cb738e commit 1b1ed0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RMFLAG=--rm
55
VERSION=0.2.1
66

77
build/Linux/sshfront:
8-
mkdir -p build/Linux && GOOS=linux CGO_ENABLED=0 go build -a \
8+
mkdir -p build/Linux && GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -a \
99
-ldflags "-X main.Version=$(VERSION)" \
1010
-installsuffix cgo \
1111
-o build/Linux/$(NAME) ./cmd/sshfront

0 commit comments

Comments
 (0)