fix docker cmds in workflows
Some checks failed
Monitor External Releases for Updates / monitor-releases (push) Has been cancelled
CI 🤖 / Shellcheck 🐚 (push) Has been cancelled

This commit is contained in:
Mason Rowe
2025-09-08 02:10:05 -04:00
parent ff66830828
commit 8c0674518e
2 changed files with 2 additions and 2 deletions

View File

@@ -126,7 +126,7 @@ jobs:
HOST="${{ matrix.host }}" HOST="${{ matrix.host }}"
# Use musl cross-compilation for all architectures # Use musl cross-compilation for all architectures
docker run -t -i --rm -v $(pwd):/io --env ARCH=$ARCH --env CROSS=$CROSS --env HOST=$HOST --env VERSION="${{ needs.check-release.outputs.latest-version }}" phusion/holy-build-box-64:latest bash /io/compile-fio.sh docker run --rm -v $(pwd):/io --env ARCH=$ARCH --env CROSS=$CROSS --env HOST=$HOST --env VERSION="${{ needs.check-release.outputs.latest-version }}" phusion/holy-build-box-64:latest bash /io/compile-fio.sh
- name: Verify binary - name: Verify binary
run: | run: |

View File

@@ -121,7 +121,7 @@ jobs:
HOST="${{ matrix.host }}" HOST="${{ matrix.host }}"
# Use musl cross-compilation for all architectures # Use musl cross-compilation for all architectures
docker run -t -i --rm -v $(pwd):/io --env ARCH=$ARCH --env CROSS=$CROSS --env HOST=$HOST --env VERSION="${{ needs.check-release.outputs.latest-version }}" phusion/holy-build-box-64:latest bash /io/compile-iperf3.sh docker run --rm -v $(pwd):/io --env ARCH=$ARCH --env CROSS=$CROSS --env HOST=$HOST --env VERSION="${{ needs.check-release.outputs.latest-version }}" phusion/holy-build-box-64:latest bash /io/compile-iperf3.sh
- name: Verify binary - name: Verify binary
run: | run: |