Skip to content

Commit 8bccb06

Browse files
committed
fix docker
1 parent dc39dde commit 8bccb06

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ jobs:
4747
uses: docker/build-push-action@v5
4848
with:
4949
context: .
50-
platforms:
51-
- linux/amd64
52-
- linux/arm64
50+
platforms: linux/amd64
5351
push: true
5452
tags: ${{ steps.meta.outputs.tags }}
5553
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)