Skip to content

Commit 3ed9bb0

Browse files
authored
remove multiple platform
1 parent e0f5bef commit 3ed9bb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
uses: docker/build-push-action@v6
6666
with:
6767
context: .
68-
platforms: linux/amd64,linux/arm64
68+
# platforms: linux/amd64,linux/arm64
6969
file: ./docker/Dockerfile
7070
push: true
7171
tags: |

0 commit comments

Comments
 (0)