From 2b54d9315acd4040e1572c27ca83132afd665919 Mon Sep 17 00:00:00 2001 From: Jiri Podivin Date: Wed, 19 Nov 2025 13:06:28 +0100 Subject: [PATCH] Select compose command depending on the environment Signed-off-by: Jiri Podivin --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index df4cae1a3..25ac59307 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ COV_REPORT ?= --cov=packit_service --cov-report=term-missing COLOR ?= yes SOURCE_BRANCH ?= $(shell git branch --show-current) CONTAINER_RUN_INTERACTIVE ?= -it -COMPOSE ?= docker-compose +COMPOSE ?= $(if $(shell command -v podman-compose 2>/dev/null),podman-compose,docker-compose) MY_ID ?= `id -u` service: files/install-deps.yaml files/recipe.yaml