summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-03-26 13:01:45 +0100
committerFelix Morgner <felix.morgner@ost.ch>2026-03-26 13:02:30 +0100
commit93639c5e9cbf777ba9c9702414480f09a694c25e (patch)
tree67968348f885b8ed0138213794d30845466271c3 /Makefile
parent19459a9b54a54403d3d40bc6d6d736367339c6dc (diff)
downloadteachos-toolchain-93639c5e9cbf777ba9c9702414480f09a694c25e.tar.xz
teachos-toolchain-93639c5e9cbf777ba9c9702414480f09a694c25e.zip
container: add LLVM upstream package repo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 47bec20..240844c 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ MPC_VERSION ?= 1.3.1
TARGET ?= x86_64-pc-elf
PLATFORM ?= x86-64
-IMAGE_BUILD ?= 3
+IMAGE_BUILD ?= 4
IMAGE_NAME = "registry.gitlab.ost.ch:45023/teachos/devcontainers"
IMAGE_TAG = "$(PLATFORM):$(GCC_VERSION)-$(IMAGE_BUILD)"