From 61d3656c8da36fe4ef054b2c2e687e9e0531f86d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Damstedt=20Rasmussen?= Date: Mon, 11 Nov 2024 21:22:18 +0100 Subject: [PATCH] Portable archive for Raspberry PI OS 12 --- Setup/Portable/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setup/Portable/Makefile b/Setup/Portable/Makefile index 40c0f5758..46162e620 100644 --- a/Setup/Portable/Makefile +++ b/Setup/Portable/Makefile @@ -74,7 +74,7 @@ ubuntu24: make TT5DIST=teamtalk-$(VERSION)-ubuntu24-x86_64 linux rasp: - make TT5DIST=teamtalk-$(VERSION)-raspbian10-armhf linux + make TT5DIST=teamtalk-$(VERSION)-raspios12-arm64 linux linux: $(eval OUTDIR=$(OUTPUT_DEST)/$(TT5DIST))