Skip to content

Commit

Permalink
Fix linux-arm-musl release
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkme committed Jun 17, 2024
1 parent 94d905f commit e5342ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-musl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Build
run: |
docker run --rm -i \
--platform ${{ matrix.arch == 'arm' && 'linux/amd64' || matrix.platform }} \
--platform ${{ matrix.platform }} \
--volume "$PWD:$PWD" \
--workdir "$PWD" \
ghcr.io/dart-musl/dart <<'EOF'
Expand Down

0 comments on commit e5342ed

Please sign in to comment.