From dac7d138c148ab3d4fa599394536dbb153daf86b Mon Sep 17 00:00:00 2001 From: ColorfulRhino <131405023+ColorfulRhino@users.noreply.github.com> Date: Mon, 24 Jun 2024 18:19:56 +0200 Subject: [PATCH] Revert "distro: trixie: Add riscv64 to supported architectures" Some packages in the Debian Trixie repo aren't available for the riscv64 architecture yet, e.g. libgcc-s1 (see https://packages.debian.org/trixie/libgcc-s1) --- config/distributions/trixie/architectures | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/distributions/trixie/architectures b/config/distributions/trixie/architectures index 92b85d07d..1ea53e62e 100644 --- a/config/distributions/trixie/architectures +++ b/config/distributions/trixie/architectures @@ -1 +1 @@ -arm64,riscv64,amd64 +arm64,amd64