Skip to content

Commit fd5fb72

Browse files
authored
Fix missing architecture on release (#393)
The `linux/arm64` architecture is not an available platform without first enabling docker QEMU. Refs #336
1 parent 4ce75ff commit fd5fb72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
- uses: actions/checkout@v3
5050
with:
5151
ref: ${{ github.event.inputs.releaseVersion }}
52+
- name: Set up QEMU
53+
uses: docker/setup-qemu-action@v2
5254
- name: Set up Docker Buildx
5355
uses: docker/setup-buildx-action@v2
5456
- name: Login to DockerHub

0 commit comments

Comments
 (0)