We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6aa4a9f + 84081a1 commit 8fa4d4dCopy full SHA for 8fa4d4d
.github/workflows/docker-pi-hole-base.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: actions/checkout@v4
32
-
33
name: Set up QEMU
34
- uses: docker/setup-qemu-action@v2
+ uses: docker/setup-qemu-action@v3
35
36
name: Set up Docker Buildx
37
uses: docker/setup-buildx-action@v3
.github/workflows/ftl-build.yml
@@ -74,7 +74,7 @@ jobs:
74
# Add support for more platforms with QEMU (optional)
75
# https://github.com/docker/setup-qemu-action
76
77
78
with:
79
platforms: all
80
0 commit comments