From efe495c87a4359b4c452a45f99d17d1a7c3a8171 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Le=20Meur=20CB?= Date: Sun, 2 Mar 2025 11:58:48 +0100 Subject: [PATCH] allow to show every bake group, not only "linux" --- Makefile | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 517ca46ce..cfeecc8d3 100644 --- a/Makefile +++ b/Makefile @@ -51,6 +51,9 @@ every-build: check-reqs show: @$(bake_cli) linux --print +show-%: + @$(bake_cli) $* --print + list: check-reqs @set -x; make --silent show | jq -r '.target | path(.. | select(.platforms[] | contains("linux/$(ARCH)"))?) | add' diff --git a/README.md b/README.md index 02e4b7151..cc1ec8f8a 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ make every-build #### Other `make` targets -`show` gives us a detailed view of the images that will be built, with the tags, platforms, and Dockerfiles. +`show` (and `show-windows`) gives us a detailed view of the images that could be built, with all tags, platforms, and Dockerfiles. ```bash $ make show