mirror of
https://github.com/masonr/yet-another-bench-script.git
synced 2025-11-10 17:00:07 +05:30
fix docker cmds in workflows
This commit is contained in:
parent
ff66830828
commit
8c0674518e
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build-fio.yml
vendored
2
.github/workflows/build-fio.yml
vendored
|
|
@ -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: |
|
||||||
|
|
|
||||||
2
.github/workflows/build-iperf3.yml
vendored
2
.github/workflows/build-iperf3.yml
vendored
|
|
@ -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: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue