From 2e6c4a6f251fc44ee3cad7aaf8f469beb0117a11 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Sun, 18 May 2025 20:46:20 +0100 Subject: [PATCH] Promote stan-raspbian to stable --- master/custom/builders.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/master/custom/builders.py b/master/custom/builders.py index 50acf533..fde3982a 100644 --- a/master/custom/builders.py +++ b/master/custom/builders.py @@ -172,6 +172,7 @@ # Linux armv7l (32-bit) GCC ("ARM Raspbian", "gps-raspbian", SlowNonDebugUnixBuild), + ("ARM64 Raspbian", "stan-raspbian", SlowNonDebugUnixBuild), # FreBSD x86-64 clang ("AMD64 FreeBSD", "ware-freebsd", UnixBuild), @@ -300,8 +301,6 @@ # FreBSD x86-64 clang # FreeBSD 15 is CURRENT: development branch (at 2023-10-17) ("AMD64 FreeBSD15", "opsec-fbsd15", UnixBuild), - - ("ARM64 Raspbian", "stan-raspbian", UnixBuild), ]