Mod removes matrix build

This commit is contained in:
Jan Stabenow 2024-01-26 13:13:21 +01:00
parent 80c01f93ad
commit d98ff905b0

View File

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