Skip to content

Commit d78fc0d

Browse files
authored
Add QEMU to docker actions to build on more platforms (#273)
This commit adds emulation support with QEMU to be able to build against more platforms.
1 parent 5773160 commit d78fc0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-buildx-push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
with:
4545
go-version: 'stable'
4646
check-latest: true
47+
- name: Set up QEMU
48+
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
4749
- name: Set up Docker Buildx
4850
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
4951
- name: Login to Docker Hub

0 commit comments

Comments
 (0)