Skip to content

Commit c382dd2

Browse files
committed
Remove fixed goarch from make
1 parent 499b774 commit c382dd2

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,5 +1,5 @@
11
build:
2-
GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" -mod=vendor
2+
go build -ldflags="-s -w" -mod=vendor
33

44
install:
55
go install

0 commit comments

Comments
 (0)