Skip to content

Commit

Permalink
Remove fixed goarch from make
Browse files Browse the repository at this point in the history
  • Loading branch information
ragul28 committed Feb 12, 2023
1 parent 499b774 commit c382dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c382dd2

Please sign in to comment.