Skip to content

Commit 37bd103

Browse files
committed
Support for multi-platform builds
1 parent 30a74d7 commit 37bd103

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ jobs:
8989
with:
9090
images: ghcr.io/${{ github.repository }}
9191

92+
- name: Set up QEMU
93+
uses: docker/setup-qemu-action@v3
94+
95+
- name: Set up Docker Buildx
96+
uses: docker/setup-buildx-action@v3
97+
9298
- name: Build and push Docker image
9399
id: push
94100
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)