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.
1 parent ca6416c commit cdf96b5Copy full SHA for cdf96b5
.github/workflows/build-phpfpm.yml
@@ -25,8 +25,7 @@ jobs:
25
uses: Chia-Network/actions/.github/workflows/docker-build.yaml@main
26
with:
27
alternate-latest-mode: true
28
- runs-on: "linux-arm64"
29
- docker-platforms: "linux/arm64"
+ docker-platforms: "linux/amd64"
30
docker-context: "./phpfpm"
31
dockerfile: "./phpfpm/Dockerfile"
32
image_subpath: "phpfpm"
0 commit comments