From d98ff905b0640e3bfcf2478d4e7d9ad2757ea379 Mon Sep 17 00:00:00 2001 From: Jan Stabenow Date: Fri, 26 Jan 2024 13:13:21 +0100 Subject: [PATCH] Mod removes matrix build --- .github/workflows/build_restreamer_dev.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build_restreamer_dev.yaml b/.github/workflows/build_restreamer_dev.yaml index fa4e31a..cc1f864 100644 --- a/.github/workflows/build_restreamer_dev.yaml +++ b/.github/workflows/build_restreamer_dev.yaml @@ -31,9 +31,6 @@ jobs: build-docker: needs: build-frontend runs-on: [self-hosted] - strategy: - matrix: - platform: [linux/amd64, linux/arm64, linux/arm/v7] steps: - name: Checkout @@ -91,7 +88,7 @@ jobs: file: ./Dockerfile.workflow build-args: | PUBLIC_URL=/ui - platforms: ${{ matrix.platform }} + platforms: linux/amd64,linux/arm64,linux/arm/v7 push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}