Build for sid.

This commit is contained in:
Cyril Brulebois
2026-03-26 23:19:57 +01:00
parent 7d2b2aa1cb
commit 8ae9b8e5df

View File

@@ -3,7 +3,7 @@ all: shasums
# List all the supported and built Pi platforms here. They get expanded # List all the supported and built Pi platforms here. They get expanded
# to names like 'raspi_arm64_trixie.yaml' and 'raspi_arm64_trixie.img.xz'. # to names like 'raspi_arm64_trixie.yaml' and 'raspi_arm64_trixie.img.xz'.
BUILD_ARCHS := armhf arm64 BUILD_ARCHS := armhf arm64
BUILD_RELEASES := bookworm trixie forky BUILD_RELEASES := bookworm trixie forky sid
platforms := $(foreach plat, $(BUILD_ARCHS),$(foreach rel, $(BUILD_RELEASES), raspi_$(plat)_$(rel))) platforms := $(foreach plat, $(BUILD_ARCHS),$(foreach rel, $(BUILD_RELEASES), raspi_$(plat)_$(rel)))