diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-05-18 13:46:11 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-05-18 13:46:11 +0200 |
| commit | f174239a122246cd43792ac75ddedd85b7214f08 (patch) | |
| tree | bb1710cf22d884997b67b5c60690a737e6670eff /Makefile | |
| parent | a5c1e6fc81ef990c56305fe10deccf55373afd30 (diff) | |
| download | toolchains-f174239a122246cd43792ac75ddedd85b7214f08.tar.xz toolchains-f174239a122246cd43792ac75ddedd85b7214f08.zip | |
build: improve parallelization
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) \ |
