From 0f1c792c5d8033ce74e2acfacd7aeeef7de2c613 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Wed, 6 Jul 2022 12:59:52 -0700 Subject: [PATCH] Echo manifest-list name during build --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8da0191..2e753c8 100644 --- a/Makefile +++ b/Makefile @@ -195,6 +195,7 @@ push-name: # This depends on github.com/estesp/manifest-tool in $PATH. manifest-list: all-push + echo "manifest-list: $(REGISTRY)/$(BIN):$(VERSION)" platforms=$$(echo $(ALL_PLATFORMS) | sed 's/ /,/g'); \ manifest-tool \ --username=oauth2accesstoken \