From 7d8d58cbb52802f658c5c8605902aa8eda608996 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Tue, 29 Oct 2024 07:11:03 +0100 Subject: [PATCH] Introduce new parameter that will execute a script prior to packing --- .github/workflows/debian.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index 3002d5b3d..92035804b 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -21,6 +21,7 @@ jobs: homepage: "https://www.armbian.com" section: "default" priority: "optional" + compile: "tools/config-assemble.sh -p" depends: "bash, jq, whiptail, sudo, procps, systemd, lsb-release, iproute2" description: "Armbian config: The Next Generation"