summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-05-18 13:46:11 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-05-18 13:46:11 +0200
commitf174239a122246cd43792ac75ddedd85b7214f08 (patch)
treebb1710cf22d884997b67b5c60690a737e6670eff /Makefile
parenta5c1e6fc81ef990c56305fe10deccf55373afd30 (diff)
downloadtoolchains-f174239a122246cd43792ac75ddedd85b7214f08.tar.xz
toolchains-f174239a122246cd43792ac75ddedd85b7214f08.zip
build: improve parallelization
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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) \