mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-10-29 15:25:01 -04:00
try cache false and platforms for qemu
Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
This commit is contained in:
parent
0a6f4545fd
commit
9471a1b7bb
13
.github/workflows/myothertest.yml
vendored
13
.github/workflows/myothertest.yml
vendored
@ -13,7 +13,6 @@ jobs:
|
||||
needs: translate
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 2
|
||||
matrix:
|
||||
variant: [mongodb, postgresql, mariadb, all, slim]
|
||||
name: Build Docker Image (amd64-${{ matrix.variant }})
|
||||
@ -24,6 +23,9 @@ jobs:
|
||||
name: repo-with-translations
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
with:
|
||||
cache-image: false
|
||||
platforms: amd64
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
@ -78,6 +80,9 @@ jobs:
|
||||
name: repo-with-translations
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
with:
|
||||
cache-image: false
|
||||
platforms: arm64
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
@ -132,6 +137,9 @@ jobs:
|
||||
name: repo-with-translations
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
with:
|
||||
cache-image: false
|
||||
platforms: arm
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
@ -186,6 +194,9 @@ jobs:
|
||||
name: repo-with-translations
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
with:
|
||||
cache-image: false
|
||||
platforms: arm
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user