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

Commit 645fd43

Browse files
committed
Revert "docker: Reintroduce cross-platform builds"
This reverts commit 85db664.
1 parent 85db664 commit 645fd43

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/main-docker.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,6 @@ 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
7870
permissions:
7971
contents: read
8072
packages: write
@@ -115,7 +107,6 @@ jobs:
115107
id: ghcr-push
116108
with:
117109
context: .
118-
platforms: ${{ matrix.platform }}
119110
push: true
120111
tags: ${{ steps.ghcr-meta.outputs.tags }}
121112
labels: ${{ steps.ghcr-meta.outputs.labels }}
@@ -138,7 +129,6 @@ jobs:
138129
id: dh-push
139130
with:
140131
context: .
141-
platforms: ${{ matrix.platform }}
142132
push: true
143133
tags: ${{ steps.dh-meta.outputs.tags }}
144134
labels: ${{ steps.dh-meta.outputs.labels }}

0 commit comments

Comments
 (0)