Skip to content

Commit 609eb90

Browse files
committed
Added steps to help x-platform docker builds
1 parent f599665 commit 609eb90

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ jobs:
3232
- name: Checkout repository
3333
uses: actions/checkout@v2
3434

35+
- name: Set up QEMU
36+
uses: docker/setup-qemu-action@v1
37+
38+
- name: Set up Docker Buildx
39+
uses: docker/setup-buildx-action@v1
40+
3541
# https://github.com/docker/login-action
3642
- name: Login to GitHub Container Registry
3743
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)