Skip to content

Commit

Permalink
split kernel and image workflow for mainline
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Riek committed Sep 14, 2023
1 parent 30a509d commit 410c310
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build-mainline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,13 @@ jobs:
udev dosfstools uuid-runtime git-lfs device-tree-compiler python2 python3 \
python-is-python3 fdisk bc debhelper
- name: Build
- name: Build kernel
shell: bash
run: |
sudo rm -rf ./images/
sudo ./build.sh --board ${{ matrix.platform }} --mainline --server-only
run: sudo ./build.sh --board ${{ matrix.platform }} --mainline --kernel-only

- name: Build image
shell: bash
run: sudo ./build.sh --board ${{ matrix.platform }} --mainline --server-only

- name: Upload server artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 410c310

Please sign in to comment.