Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfa authored Sep 1, 2021
1 parent 095a81c commit 966939b
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 @@ -6,9 +6,9 @@ export GOPROXY=https://proxy.golang.org,direct

export ENV=development

LDFLAGS+=-X k8s.io/client-go/pkg/version.gitVersion=v0.1.0
LDFLAGS+=-X k8s.io/client-go/pkg/version.gitVersion=v1.0.2
LDFLAGS+=-X k8s.io/client-go/pkg/version.gitCommit=4f75300
LDFLAGS+=-X github.com/openshift/oc/pkg/version.versionFromGit=v0.1.0
LDFLAGS+=-X github.com/openshift/oc/pkg/version.versionFromGit=v1.0.2
LDFLAGS+=-X github.com/openshift/oc/pkg/version.commitFromGit=4f75300
build:
go build -v -o $(ROOT)/bin/arvan -ldflags="$(LDFLAGS)" $(ROOT)/cmd/arvan/*.go

0 comments on commit 966939b

Please sign in to comment.