diff --git a/Makefile b/Makefile index 2ca9aa2..e4a814e 100644 --- a/Makefile +++ b/Makefile @@ -19,4 +19,4 @@ shreder: .PHONY: build # build build: - mkdir -p bin/ && CGO_ENABLED=0 go build -o ./bin/ ./... \ No newline at end of file + mkdir -p bin/ && CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o ./bin/ ./... \ No newline at end of file