Skip to content

Commit

Permalink
OS not specified at build time in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
nao1215 committed Aug 20, 2022
1 parent 3904fc5 commit 1013d9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ GO_TEST = $(GO) test -v
GO_TOOL = $(GO) tool
GO_VET = $(GO) vet
GO_DEP = $(GO) mod
GOOS = linux
GOARCH = amd64
GOOS = ""
GOARCH = ""
GO_PKGROOT = ./...
GO_PACKAGES = $(shell $(GO_LIST) $(GO_PKGROOT))
GO_LDFLAGS = -ldflags '-X github.com/nao1215/gup/internal/cmdinfo.Version=${VERSION}'
Expand Down

0 comments on commit 1013d9f

Please sign in to comment.