Skip to content

Commit 3a459d8

Browse files
authored
Update publish.yml
- Multi platform build
1 parent 444450b commit 3a459d8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
steps:
3939
- uses: actions/checkout@v4
4040

41+
- name: Set up QEMU
42+
uses: docker/setup-qemu-action@v3
43+
4144
- name: Set up Docker Buildx
4245
uses: docker/setup-buildx-action@v3
4346

@@ -63,5 +66,8 @@ jobs:
6366
with:
6467
context: .
6568
push: true
69+
platforms: linux/amd64,linux/arm64
6670
tags: ${{ steps.meta.outputs.tags }}
6771
labels: ${{ steps.meta.outputs.labels }}
72+
cache-from: type=gha
73+
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)