Skip to content

Commit 3ba1638

Browse files
committed
disable multi-platform arg
1 parent a3c75eb commit 3ba1638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-to-dockerhub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ jobs:
6868
with:
6969
context: .
7070
push: true
71-
platforms: linux/amd64,linux/arm64
71+
# platforms: linux/amd64,linux/arm64
7272
tags: ${{ steps.meta.outputs.tags }}
7373
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)