Skip to content

Commit 06fa740

Browse files
authored
Includes QEMU (#4)
1 parent 29cd3e8 commit 06fa740

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build-docker.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,12 @@ jobs:
4141
echo "DOCKERHUB_TAG=${DOCKERHUB_REGISTRY}/${DOCKER_USER}/${IMAGE_NAME}:${GIT_TAG}" >> $GITHUB_ENV
4242
fi
4343
44+
- name: Set up QEMU
45+
uses: docker/setup-qemu-action@v1
46+
4447
- name: Set up Docker Buildx
4548
uses: docker/setup-buildx-action@v1
46-
49+
4750
- name: Login to GitHub Container Registry
4851
uses: docker/login-action@v1
4952
with:
@@ -68,3 +71,4 @@ jobs:
6871
tags: |
6972
${{ env.GHCR_TAG }}
7073
${{ env.DOCKERHUB_TAG }}
74+

0 commit comments

Comments
 (0)