Echo manifest-list name during build
This commit is contained in:
parent
c62f6cb833
commit
0f1c792c5d
1
Makefile
1
Makefile
|
|
@ -195,6 +195,7 @@ push-name:
|
||||||
|
|
||||||
# This depends on github.com/estesp/manifest-tool in $PATH.
|
# This depends on github.com/estesp/manifest-tool in $PATH.
|
||||||
manifest-list: all-push
|
manifest-list: all-push
|
||||||
|
echo "manifest-list: $(REGISTRY)/$(BIN):$(VERSION)"
|
||||||
platforms=$$(echo $(ALL_PLATFORMS) | sed 's/ /,/g'); \
|
platforms=$$(echo $(ALL_PLATFORMS) | sed 's/ /,/g'); \
|
||||||
manifest-tool \
|
manifest-tool \
|
||||||
--username=oauth2accesstoken \
|
--username=oauth2accesstoken \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue