From c382dd2155406c4c727fae3b5ffafe61b5443482 Mon Sep 17 00:00:00 2001 From: ragul28 Date: Sun, 12 Feb 2023 22:50:08 +0530 Subject: [PATCH] Remove fixed goarch from make --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a9c57de..b6c7de3 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ build: - GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" -mod=vendor + go build -ldflags="-s -w" -mod=vendor install: go install