package rename wasnt approved yet, backing out cruft that snuck into last pr

Signed-off-by: Luther Monson <luther.monson@gmail.com>
This commit is contained in:
Luther Monson
2021-12-21 15:57:38 -07:00
parent 02f862da5f
commit 3ee3ecb3ac
3 changed files with 5 additions and 5 deletions

View File

@@ -52,8 +52,8 @@ CMD_NAME=dist/artifacts/k3s${BIN_SUFFIX}
"${GO}" generate
LDFLAGS="
-X github.com/k3s-io/k3s/pkg/version.Version=$VERSION
-X github.com/k3s-io/k3s/pkg/version.GitCommit=${COMMIT:0:8}
-X github.com/rancher/k3s/pkg/version.Version=$VERSION
-X github.com/rancher/k3s/pkg/version.GitCommit=${COMMIT:0:8}
-w -s
"
STATIC="-extldflags '-static'"