We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b3e8c commit 0e7433cCopy full SHA for 0e7433c
Makefile
@@ -386,6 +386,7 @@ archive:
386
# build versioned archive of netplugin binaries
387
tar:
388
rm -f $(TAR_FILE)
389
+ ./install/k8s/contiv/contiv-compose use-release -i -v $(BUILD_VERSION) install/k8s/contiv/contiv-base.yaml
390
$(TAR) -jcf $(TAR_FILE) -C install/k8s/contiv/ .
391
392
# GITHUB_USER and GITHUB_TOKEN are needed be set (used by github-release)
0 commit comments