Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Commit 7a55c9b

Browse files
committed
fix: make
1 parent 7d455b6 commit 7a55c9b

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
@@ -1,7 +1,7 @@
11
all: build build-web
22

33
build:
4-
go build -o bin/pstbin cmd/main.go
4+
CGO_ENABLED=0 go build -ldflags "-s -w" -o bin/pstbin cmd/main.go
55

66
compose:
77
sudo docker-compose up -d

0 commit comments

Comments
 (0)