From 13b94fbf2c990295607117c75223232efe372cec Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Thu, 9 Dec 2021 21:50:45 +0100 Subject: [PATCH] Update --- .github/workflows/build-with-docker.yml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.github/workflows/build-with-docker.yml b/.github/workflows/build-with-docker.yml index ff961393..c7e30fc0 100644 --- a/.github/workflows/build-with-docker.yml +++ b/.github/workflows/build-with-docker.yml @@ -70,30 +70,6 @@ jobs: path: build clean: true - final: - strategy: - fail-fast: false - matrix: - board: [uefi-arm64] - release: [focal,buster,bullseye,hirsute,jammy] - desktop: [xfce] - #if: ${{ github.repository_owner == 'Armbian' && github.event.workflow_run.conclusion == 'success' }} || github.event_name == 'workflow_dispatch' - name: Variant - runs-on: ubuntu-latest - steps: - - - name: Checkout repository - uses: actions/checkout@v2 - with: - fetch-depth: 0 - repository: armbian/build - path: build - clean: true - - - - -