Skip to content

Commit 366c770

Browse files
committed
feat: arm64 docker images
1 parent b34f1b9 commit 366c770

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish-docker.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,12 @@ jobs:
3131
suffix=
3232
3333
- name: Build and push Docker image
34-
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
34+
uses: docker/build-push-action@v4
3535
with:
3636
context: .
3737
push: true
38+
platforms: |
39+
linux/amd64
40+
linux/arm64
3841
tags: ${{ steps.meta.outputs.tags }}
3942
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)