Skip to content

Commit c965c2e

Browse files
authored
fix: add qemu setup (#164)
1 parent f289296 commit c965c2e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docker.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ jobs:
3232
type=semver,pattern={{version}},enable=${{ github.event_name == 'release' }}
3333
# on push to main: tag with main
3434
type=raw,value=main,enable=${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
35+
- name: Set up QEMU
36+
uses: docker/setup-qemu-action@v3
37+
with:
38+
platforms: amd64,arm64
3539
- name: Set up Docker Buildx
3640
uses: docker/setup-buildx-action@v3
3741
- name: Login to Docker Hub

0 commit comments

Comments
 (0)