summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-03-26 13:53:04 +0100
committerFelix Morgner <felix.morgner@ost.ch>2026-03-26 13:53:04 +0100
commit51911144eb62a276017ca0fa03592be1551c7ae8 (patch)
tree4d3f167069e2142c6882bab0471fcbb150aa69ee /Makefile
parent5a0c8f2f3115c322759459b93ff056268b955706 (diff)
downloadteachos-toolchain-51911144eb62a276017ca0fa03592be1551c7ae8.tar.xz
teachos-toolchain-51911144eb62a276017ca0fa03592be1551c7ae8.zip
image: add additional labels15.2.0-4
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 448461a..9c8985e 100644
--- a/Makefile
+++ b/Makefile
@@ -45,6 +45,7 @@ container_image: Containerfile
podman pull docker.io/ubuntu:questing
podman build \
--volume $(mkfile_dir)downloads:/downloads \
+ --build-arg IMAGE_BUILD=$(IMAGE_BUILD) \
--build-arg BINUTILS_VERSION=$(BINUTILS_VERSION) \
--build-arg GCC_VERSION=$(GCC_VERSION) \
--build-arg GDB_VERSION=$(GDB_VERSION) \