Skip to content

Commit c08a4c3

Browse files
authored
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.
1 parent 12446bd commit c08a4c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/compile.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ jobs:
5050
id: kernel-armhf
5151
run: |
5252
53-
rm -rf output/debs/*
5453
mkdir -p userpatches/extensions/
5554
cat <<- EOF > userpatches/extensions/pull-request.sh
5655
function post_family_config__force_commit_for_rk3588() {

0 commit comments

Comments
 (0)