From f174239a122246cd43792ac75ddedd85b7214f08 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 18 May 2026 13:46:11 +0200 Subject: build: improve parallelization --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 44e3c6b..3a82980 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ $(ARCHIVE_NAME).xz: $(ARCHIVE_NAME) xz --keep --force --compress -9 --check=sha256 $(ARCHIVE_NAME) container_image: Containerfile - podman pull docker.io/ubuntu:questing + podman pull docker.io/ubuntu:resolute podman build \ --volume $(mkfile_dir)downloads:/downloads \ --build-arg IMAGE_BUILD=$(IMAGE_BUILD) \ -- cgit v1.2.3