We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a69ffff + fa3b04c commit 1974e25Copy full SHA for 1974e25
1 file changed
.github/workflows/docker-publish.yml
@@ -25,11 +25,11 @@ jobs:
25
id: prep
26
run: echo ::set-output name=version::${GITHUB_REF##*/}
27
28
-# # Use QEMU for multi-architecture builds
29
-# - name: Set up QEMU
30
-# uses: docker/setup-qemu-action@v1
31
-# with:
32
-# platforms: all
+ # Use QEMU for multi-architecture builds
+ - name: Set up QEMU
+ uses: docker/setup-qemu-action@v1
+ with:
+ platforms: all
33
34
# # Use Moby BuildKit
35
# - name: Set up Docker Buildx
0 commit comments