Makefile: release static binaries
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
2
Makefile
2
Makefile
@@ -110,7 +110,7 @@ install: binaries
|
||||
uninstall:
|
||||
rm -f $(BINDIR)/cri-containerd
|
||||
|
||||
$(BUILD_DIR)/$(TARBALL): $(BUILD_DIR)/cri-containerd hack/versions
|
||||
$(BUILD_DIR)/$(TARBALL): static-binaries hack/versions
|
||||
@BUILD_DIR=$(BUILD_DIR) TARBALL=$(TARBALL) ./hack/release.sh
|
||||
|
||||
release: $(BUILD_DIR)/$(TARBALL)
|
||||
|
||||
Reference in New Issue
Block a user