We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceab080 commit b29360eCopy full SHA for b29360e
.github/workflows/build.yml
@@ -99,6 +99,12 @@ jobs:
99
sudo chroot ${{ env.CHROOT }} /usr/local/bin/build_iproute2.sh
100
cp ${{ env.CHROOT }}/usr/src/iproute2/iproute2.tar.gz ./iproute2_${{ env.ARCH }}.tar.gz
101
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
+
108
- name: build swconfig (arm64)
109
run: |
110
sudo cp swconfig_includes/switch.h ${{ env.CHROOT }}/usr/include/linux/
0 commit comments