Re: [PATCH v2 06/12] CI: consistently use DOCKER_CMD in makefiles

2025-04-10 Thread Andrew Cooper
On 07/04/2025 1:31 pm, Marek Marczykowski-Górecki wrote: > This allows rebuilding containers using podman too. > > Signed-off-by: Marek Marczykowski-Górecki > Reviewed-by: Stefano Stabellini > --- > automation/build/Makefile | 4 ++-- > automation/tests-artifacts/Makefile | 4 ++-- > 2

[PATCH v2 06/12] CI: consistently use DOCKER_CMD in makefiles

2025-04-07 Thread Marek Marczykowski-Górecki
This allows rebuilding containers using podman too. Signed-off-by: Marek Marczykowski-Górecki Reviewed-by: Stefano Stabellini --- automation/build/Makefile | 4 ++-- automation/tests-artifacts/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/automation