From c08a4c3772f92fa8d5e7cca43e3acee8bf4364d2 Mon Sep 17 00:00:00 2001 From: Mecid Date: Sun, 9 Nov 2025 19:04:09 +0100 Subject: [PATCH] Action: Upload arm64 artifacts too (#423) The action used to compile the arm64 kernel then clean the output folder then build the armhf kernel only which later gets uploaded since it is the only output. Now it builds both variants and uploads the output of both. --- .github/workflows/compile.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/compile.yaml b/.github/workflows/compile.yaml index 3be815452815..032c42addd3f 100644 --- a/.github/workflows/compile.yaml +++ b/.github/workflows/compile.yaml @@ -50,7 +50,6 @@ jobs: id: kernel-armhf run: | - rm -rf output/debs/* mkdir -p userpatches/extensions/ cat <<- EOF > userpatches/extensions/pull-request.sh function post_family_config__force_commit_for_rk3588() {