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.
This commit is contained in:
Mecid
2025-11-09 19:04:09 +01:00
committed by GitHub
parent 12446bd837
commit c08a4c3772

View File

@@ -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() {