Skip to content

Commit b29360e

Browse files
committed
ci: add iperf
1 parent ceab080 commit b29360e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@ jobs:
9999
sudo chroot ${{ env.CHROOT }} /usr/local/bin/build_iproute2.sh
100100
cp ${{ env.CHROOT }}/usr/src/iproute2/iproute2.tar.gz ./iproute2_${{ env.ARCH }}.tar.gz
101101
102+
- name: build iperf3 (arm64)
103+
run: |
104+
sudo cp build_iperf3.sh ${{ env.CHROOT }}/usr/local/bin/
105+
sudo chroot ${{ env.CHROOT }} /usr/local/bin/build_iperf3.sh
106+
cp ${{ env.CHROOT }}/usr/src/iperf/iperf.tar.gz ./iperf_${{ env.ARCH }}.tar.gz
107+
102108
- name: build swconfig (arm64)
103109
run: |
104110
sudo cp swconfig_includes/switch.h ${{ env.CHROOT }}/usr/include/linux/

0 commit comments

Comments
 (0)