You've already forked linux-rockchip
mirror of
https://github.com/armbian/linux-rockchip.git
synced 2026-01-06 11:08:10 -08:00
workflow: build vendor branch
This commit is contained in:
committed by
Ricardo Pardini
parent
4666415d0c
commit
eb2808b9eb
4
.github/workflows/compile.yaml
vendored
4
.github/workflows/compile.yaml
vendored
@@ -45,12 +45,12 @@ jobs:
|
||||
bash ./compile.sh kernel \
|
||||
SHARE_LOG=yes \
|
||||
BOARD=orangepi5 \
|
||||
BRANCH=legacy \
|
||||
BRANCH=vendor \
|
||||
ENABLE_EXTENSIONS="pull-request"
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: linux-rockchip-legacy
|
||||
name: linux-rockchip-vendor
|
||||
path: output/debs/*.deb
|
||||
retention-days: 5
|
||||
|
||||
Reference in New Issue
Block a user