Skip to content

Commit 005514a

Browse files
committed
Set up QEMU and Docker Buildx for multi-platform builds
1 parent 9ed0cbb commit 005514a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/dockerpublish.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ jobs:
4040
username: ${{ github.actor }}
4141
password: ${{ secrets.GITHUB_TOKEN }}
4242

43+
- name: Set up QEMU
44+
uses: docker/setup-qemu-action@v2
45+
with:
46+
platforms: all
47+
48+
- name: Set up Docker Buildx
49+
uses: docker/setup-buildx-action@v2
50+
4351
- name: Extract metadata (tags, labels) for Docker
4452
id: meta
4553
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38

0 commit comments

Comments
 (0)