Skip to content

Commit 560808a

Browse files
fix path
1 parent b0cb8e3 commit 560808a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
docker --debug buildx build --progress=plain --no-cache \
9292
--platform linux/${{ matrix.linux_arch }} --output type=local,dest=./prebuilds,platform-split=false \
9393
--build-arg="P=${{ matrix.linux_arch == 'amd64' && 'amd64' || 'arm64v8'}}" \
94-
-f ../.github/docker/Dockerfile.musl \
94+
-f ./.github/docker/Dockerfile.musl \
9595
.
9696
9797
# - id: upload

0 commit comments

Comments
 (0)