We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b8ee43 commit 6d953bdCopy full SHA for 6d953bd
Makefile
@@ -117,7 +117,7 @@ $(base.all:%=docker.push.%): BASE_IMAGE=$($(base.each:docker.push.%=base.image.%
117
$(base.all:%=docker.push.%): FINAL_TAG=$(VERSION)-$(base.each:docker.push.%=%)
118
$(base.all:%=docker.%) $(base.all:%=docker.push.%):
119
docker buildx create --use --driver docker-container --name skywalking_go > /dev/null 2>&1 || true
120
- docker build $(PLATFORMS) $(LOAD_OR_PUSH) \
+ docker buildx build $(PLATFORMS) $(LOAD_OR_PUSH) \
121
--no-cache \
122
--build-arg "BASE_GO_IMAGE=$(BASE_IMAGE)" \
123
--build-arg "VERSION=$(VERSION)" \
0 commit comments