Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 85db664

Browse files
committed
docker: Reintroduce cross-platform builds
1 parent f4e7dcd commit 85db664

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/main-docker.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@ jobs:
6767
runs-on: ubuntu-latest
6868
needs:
6969
- test_docker
70+
strategy:
71+
fail-fast: true
72+
matrix:
73+
platform:
74+
- linux/amd64
75+
- linux/arm64
76+
- linux/arm/v7
77+
- linux/arm/v6
7078
permissions:
7179
contents: read
7280
packages: write
@@ -107,6 +115,7 @@ jobs:
107115
id: ghcr-push
108116
with:
109117
context: .
118+
platforms: ${{ matrix.platform }}
110119
push: true
111120
tags: ${{ steps.ghcr-meta.outputs.tags }}
112121
labels: ${{ steps.ghcr-meta.outputs.labels }}
@@ -129,6 +138,7 @@ jobs:
129138
id: dh-push
130139
with:
131140
context: .
141+
platforms: ${{ matrix.platform }}
132142
push: true
133143
tags: ${{ steps.dh-meta.outputs.tags }}
134144
labels: ${{ steps.dh-meta.outputs.labels }}

0 commit comments

Comments
 (0)