Showing with 3 additions and 2 deletions.
  1. +3 −2 .github/workflows/build-kernel-on-merge-request.yml
@@ -128,12 +128,13 @@ jobs:
sudo cp scripts/configs/* build/userpatches/
- name: Pull Docker image
if: ${{ matrix.node != 'none:none:none' }}
run: |
sudo docker pull ghcr.io/armbian/build:$(cat build/VERSION)
- name: Build
if: ${{ matrix.node != 'none:none' }}
if: ${{ matrix.node != 'none:none:none' }}
run: |
CHUNK="${{ matrix.node }}"
@@ -151,7 +152,7 @@ jobs:
BETA="yes" KERNEL_ONLY="yes" BRANCH="$BRANCH" KERNEL_CONFIGURE="no" OFFLINE="no"
- name: Upload build artifacts
if: ${{ matrix.node != 'none:none' }}
if: ${{ matrix.node != 'none:none:none' }}
uses: actions/upload-artifact@v2
with:
name: "${FAMILY}-${BRANCH}"