Echo manifest-list name during build

This commit is contained in:
Tim Hockin 2022-07-06 12:59:52 -07:00
parent c62f6cb833
commit 0f1c792c5d
1 changed files with 1 additions and 0 deletions

View File

@ -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 \