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 - - - - -