We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf240ba commit 1fdf5cbCopy full SHA for 1fdf5cb
Makefile.common
@@ -238,6 +238,8 @@ common-docker-manifest:
238
promu: $(PROMU)
239
240
$(PROMU):
241
+ @echo ">> building PROMU"
242
+ @echo $FIRST_GOPATH
243
$(eval PROMU_TMP := $(shell mktemp -d))
244
curl -s -L $(PROMU_URL) | tar -xvzf - -C $(PROMU_TMP)
245
sed -i '/^go:/a \ \ cgo: true' $(PROMU_TMP)/promu-$(PROMU_VERSION).$(GO_BUILD_PLATFORM)/.promu.yml
0 commit comments