Skip to content

Commit 587b070

Browse files
authored
Action: Upload arm64 artifacts too
The action compiles the arm64 kernel then cleans the output folder then builds the armhf kernel only which later gets uploaded since it is the only output.
1 parent 12446bd commit 587b070

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)