Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Nov 11, 2024
1 parent b0cb8e3 commit 560808a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
docker --debug buildx build --progress=plain --no-cache \
--platform linux/${{ matrix.linux_arch }} --output type=local,dest=./prebuilds,platform-split=false \
--build-arg="P=${{ matrix.linux_arch == 'amd64' && 'amd64' || 'arm64v8'}}" \
-f ../.github/docker/Dockerfile.musl \
-f ./.github/docker/Dockerfile.musl \
.
# - id: upload
Expand Down

0 comments on commit 560808a

Please sign in to comment.