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 b0cb8e3 commit 560808aCopy full SHA for 560808a
.github/workflows/build.yml
@@ -91,7 +91,7 @@ jobs:
91
docker --debug buildx build --progress=plain --no-cache \
92
--platform linux/${{ matrix.linux_arch }} --output type=local,dest=./prebuilds,platform-split=false \
93
--build-arg="P=${{ matrix.linux_arch == 'amd64' && 'amd64' || 'arm64v8'}}" \
94
- -f ../.github/docker/Dockerfile.musl \
+ -f ./.github/docker/Dockerfile.musl \
95
.
96
97
# - id: upload
0 commit comments