remove matrix, ran out of memory?
Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
Simon Smith committed
Jun 4, 2025 at 09:36 UTC
a2a9939a23fd8815eda9909196dd593aadc7b291
1 file changed
+1
-8
.github/workflows/docker.yml
+1
-8
@@ -25,13 +25,6 @@ jobs:
25
build:
26
name: Release
27
runs-on: ubuntu-latest
28
- strategy:
29
- matrix:
30
- platform:
31
- - linux/amd64
32
- - linux/arm64
33
- - linux/arm/v6
34
- - linux/arm/v7
28
needs: [check-token]
29
if: needs.check-token.outputs.token_defined == 'true'
30
steps:
@@ -66,7 +59,7 @@ jobs:
59
with:
60
context: .
61
file: docker/Dockerfile
69
- platforms: ${{ matrix.platform }}
62
+ platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7
63
push: true
64
tags: ${{ steps.meta.outputs.tags }}
65
labels: ${{ steps.meta.outputs.labels }}