We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19302e4 commit b6164a0Copy full SHA for b6164a0
1 file changed
.github/workflows/docker.yml
@@ -24,7 +24,7 @@ jobs:
24
# We also need QEMU, since this is running on an AMD64 host and we want to
25
# build ARM64 images.
26
- name: Set up QEMU
27
- uses: docker/setup-qemu-action@v1
+ uses: docker/setup-qemu-action@v3
28
with:
29
platforms: arm64
30
0 commit comments