Skip to content

Commit c1471e4

Browse files
committed
ci: build iperf for armhf too and upload artifacts
1 parent b29360e commit c1471e4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@ jobs:
7676
sudo chroot ${{ env.CHROOT }} /usr/local/bin/build_iproute2.sh
7777
cp ${{ env.CHROOT }}/usr/src/iproute2/iproute2.tar.gz ./iproute2_${{ env.ARCH }}.tar.gz
7878
79+
- name: build iperf3 (armhf)
80+
run: |
81+
sudo cp build_iperf3.sh ${{ env.CHROOT }}/usr/local/bin/
82+
sudo chroot ${{ env.CHROOT }} /usr/local/bin/build_iperf3.sh
83+
cp ${{ env.CHROOT }}/usr/src/iperf/iperf.tar.gz ./iperf_${{ env.ARCH }}.tar.gz
84+
7985
- name: change arch in environment
8086
env:
8187
ARCH: arm64
@@ -124,4 +130,5 @@ jobs:
124130
hostapd_*.tar.gz
125131
wpa_supplicant_*
126132
iproute2_*.tar.gz
133+
iperf_*.tar.gz
127134
swconfig_*

0 commit comments

Comments
 (0)