解决编译之后 output 的 owerner 问题

This commit is contained in:
Zhang Dongliang
2020-10-12 17:42:27 +08:00
parent 8e9617ac8c
commit 54f86817d1

View File

@@ -314,6 +314,7 @@ VERSION ?= $(shell git describe --exact-match 2> /dev/null || \
git describe --match=$(git rev-parse --short=8 HEAD) --always --dirty --abbrev=8)
image: clean
mkdir -p $(ROOT_DIR)/_output
DEBUG=$(DEBUG) ARCH=$(ARCH) TAG=$(VERSION) REGISTRY=$(REGISTRY) $(ROOT_DIR)/scripts/docker_push.sh $(filter-out $@,$(MAKECMDGOALS))
.PHONY: image