Skip to content

Commit 83862ea

Browse files
authored
Update docker.yml
1 parent 6e6faec commit 83862ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
uses: docker/build-push-action@v4
4444
with:
4545
context: .
46-
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8
46+
platforms: linux/amd64
4747
push: true
4848
tags: ${{ steps.meta.outputs.tags }}
4949
labels: ${{ steps.meta.outputs.labels }}
5050
cache-from: type=gha
5151
cache-to: type=gha,mode=max
52-
52+

0 commit comments

Comments
 (0)