Skip to content

Commit f3acc80

Browse files
committed
更新
1 parent 80a0d60 commit f3acc80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ jobs:
4747
uses: docker/build-push-action@v2
4848
with:
4949
context: .
50-
platforms: linux/amd64, linux/arm64
50+
platforms: linux/arm64,linux/amd64
5151
push: true
5252
tags: ${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}

0 commit comments

Comments
 (0)