From 273b1885902e8cec6eb0e85637683df3a1dac65a Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Wed, 12 Aug 2026 06:47:07 +0200 Subject: [PATCH] pack-debian: publish loong64 in the apt repo architecture list loong64 was promoted into the main Debian archive and Armbian now builds loong64 images, but the reprepro distribution declared only `i386 amd64 arm64 armhf riscv64`. Arch-independent packages built here (e.g. armbian-config, Architecture: all) therefore never got a binary-loong64 index, so `apt-get install armbian-config` fails on loong64 with "Unable to locate package". Add loong64 to the Architectures list so reprepro emits the binary-loong64 index (arch=all packages are included automatically); no per-package change needed for the arch-independent debs. Signed-off-by: Igor Pecovnik --- .github/workflows/pack-debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pack-debian.yml b/.github/workflows/pack-debian.yml index 9a4bc635..35b373c6 100644 --- a/.github/workflows/pack-debian.yml +++ b/.github/workflows/pack-debian.yml @@ -248,7 +248,7 @@ jobs: Origin: armbian.github.io/configurator Label: armbian.github.io/configurator Codename: stable - Architectures: i386 amd64 arm64 armhf riscv64 + Architectures: i386 amd64 arm64 armhf riscv64 loong64 Components: main Description: Armbian development repo EOD