From abdffafc724f9b5941634ed05c333b31152b8a67 Mon Sep 17 00:00:00 2001 From: SuperKali Date: Tue, 14 Apr 2026 22:28:00 +0200 Subject: [PATCH] make-yaml-redirector: add more special extensions Register boe/csot/kebab/recovery.img.xz and hyperv.zip.xz so the redirector maps boot-payload and Hyper-V cloud images correctly. Refs: armbian/armbian.github.io#277, armbian/armbian-router#40 --- make-yaml-redirector/action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/make-yaml-redirector/action.yml b/make-yaml-redirector/action.yml index 1a95edc..b6df880 100644 --- a/make-yaml-redirector/action.yml +++ b/make-yaml-redirector/action.yml @@ -77,9 +77,14 @@ runs: - boot.bin.xz: -boot - u-boot.rom.xz: -u-boot-rom - hyperv.zip: -hyperv + - hyperv.zip.xz: -hyperv - hyperv.img.xz: -hyperv - fip.img.xz: -fip - lk.bin.xz: -lk-bin + - boe.img.xz: -boe + - csot.img.xz: -csot + - kebab.img.xz: -kebab + - recovery.img.xz: -recovery servers: EOF