Skip to content

Commit 9edd451

Browse files
committed
Revert "Add multi-platform Docker image support (#25)"
This reverts commit 9cbec4b.
1 parent f9558d8 commit 9edd451

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/docker.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
uses: docker/build-push-action@v6
2929
with:
3030
context: .
31-
platforms: linux/amd64,linux/arm64
3231
push: false
3332
tags: ${{ env.IMAGE_NAME }}:test
3433
cache-from: type=gha
@@ -65,7 +64,6 @@ jobs:
6564
uses: docker/build-push-action@v6
6665
with:
6766
context: .
68-
platforms: linux/amd64,linux/arm64
6967
push: true
7068
tags: ${{ steps.meta.outputs.tags }}
7169
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)