Skip to content

Commit

Permalink
Fix setting versions for rke2 runtime (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
galal-hussein authored Jul 21, 2020
1 parent 102f2f6 commit 9ba460a
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
Expand Up @@ -63,7 +63,7 @@ GO_TAGS=$(if $(GO_BUILDTAGS),-tags "$(GO_BUILDTAGS)",)
GO_LDFLAGS=-ldflags '-extldflags "-static" \
-X $(RKE2_PKG)/pkg/images.KubernetesVersion=$(VERSION) \
-X $(K3S_PKG)/pkg/version.Program=$(PROG) \
-X $(K3S_PKG)/pkg/version.Version=${DRONE_TAG} \
-X $(K3S_PKG)/pkg/version.Version=$(VERSION) \
-X $(K3S_PKG)/pkg/version.Revision=$(REVISION) $(EXTRA_LDFLAGS)'


Expand Down

0 comments on commit 9ba460a

Please sign in to comment.