mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-07-17 04:32:40 -04:00
remove matrix, ran out of memory?
Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
This commit is contained in:
parent
bb58763308
commit
a2a9939a23
9
.github/workflows/docker.yml
vendored
9
.github/workflows/docker.yml
vendored
@ -25,13 +25,6 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
name: Release
|
name: Release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
platform:
|
|
||||||
- linux/amd64
|
|
||||||
- linux/arm64
|
|
||||||
- linux/arm/v6
|
|
||||||
- linux/arm/v7
|
|
||||||
needs: [check-token]
|
needs: [check-token]
|
||||||
if: needs.check-token.outputs.token_defined == 'true'
|
if: needs.check-token.outputs.token_defined == 'true'
|
||||||
steps:
|
steps:
|
||||||
@ -66,7 +59,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: docker/Dockerfile
|
file: docker/Dockerfile
|
||||||
platforms: ${{ matrix.platform }}
|
platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user