Skip to content

Commit 391ce16

Browse files
committed
feat: add QEMU setup for cross-platform Docker builds
1 parent 65fd43a commit 391ce16

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-gateway.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
run: |
2626
git clone https://github.com/centralmind/gateway.git /tmp/gateway
2727
28+
- name: Set up QEMU
29+
uses: docker/setup-qemu-action@v3
30+
2831
- name: Set up Docker Buildx
2932
uses: docker/setup-buildx-action@v3
3033

@@ -57,5 +60,3 @@ jobs:
5760
labels: ${{ steps.meta.outputs.labels }}
5861
cache-from: type=gha
5962
cache-to: type=gha,mode=max
60-
build-args: |
61-
CGO_ENABLED=0

0 commit comments

Comments
 (0)