Mod removes matrix build
This commit is contained in:
parent
80c01f93ad
commit
d98ff905b0
5
.github/workflows/build_restreamer_dev.yaml
vendored
5
.github/workflows/build_restreamer_dev.yaml
vendored
@ -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 }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user