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:
parent
12446bd837
commit
c08a4c3772
1 changed files with 0 additions and 1 deletions
1
.github/workflows/compile.yaml
vendored
1
.github/workflows/compile.yaml
vendored
|
|
@ -50,7 +50,6 @@ jobs:
|
||||||
id: kernel-armhf
|
id: kernel-armhf
|
||||||
run: |
|
run: |
|
||||||
|
|
||||||
rm -rf output/debs/*
|
|
||||||
mkdir -p userpatches/extensions/
|
mkdir -p userpatches/extensions/
|
||||||
cat <<- EOF > userpatches/extensions/pull-request.sh
|
cat <<- EOF > userpatches/extensions/pull-request.sh
|
||||||
function post_family_config__force_commit_for_rk3588() {
|
function post_family_config__force_commit_for_rk3588() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue