You've already forked linux-rockchip
mirror of
https://github.com/armbian/linux-rockchip.git
synced 2026-01-06 11:08:10 -08:00
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:
1
.github/workflows/compile.yaml
vendored
1
.github/workflows/compile.yaml
vendored
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user