File tree Expand file tree Collapse file tree 2 files changed +1
-18
lines changed
Expand file tree Collapse file tree 2 files changed +1
-18
lines changed Original file line number Diff line number Diff line change 77 - openwrt-24.10
88 - openwrt-23.05
99 - openwrt-22.03
10- - openwrt-21.02
1110 paths :
1211 - ' **/Makefile'
1312
5655 - powerpc64_e5500
5756 - powerpc_464fp
5857 # powerpc_8540 was replaced by powerpc_8548 in OpenWrt 23.05+
59- - ${{ ( github.ref_name == 'openwrt-22.03' || github.ref_name == 'openwrt-21.02') && 'powerpc_8540' || 'powerpc_8548' }}
58+ - ${{ github.ref_name == 'openwrt-22.03' && 'powerpc_8540' || 'powerpc_8548' }}
6059 # riscv64_riscv64 has been renamed to riscv64_generic in OpenWrt master
6160 - ${{ (github.ref_name == 'openwrt-24.10' || github.ref_name == 'openwrt-23.05') && 'riscv64_riscv64' || 'riscv64_generic' }}
6261 - x86_64
9190 rel_branch : openwrt-22.03
9291 - arch : riscv64_generic
9392 rel_branch : openwrt-22.03
94- # OpenWRT 21.02
95- - arch : aarch64_cortex-a76
96- rel_branch : openwrt-21.02
97- - arch : armeb_xscale
98- rel_branch : openwrt-21.02
99- - arch : loongarch64_generic
100- rel_branch : openwrt-21.02
101- - arch : mips64_mips64r2
102- rel_branch : openwrt-21.02
103- - arch : mips64el_mips64r2
104- rel_branch : openwrt-21.02
105- - arch : powerpc64_e5500
106- rel_branch : openwrt-21.02
107- - arch : riscv64_generic
108- rel_branch : openwrt-21.02
10993
11094 steps :
11195 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -7,4 +7,3 @@ Branches:
77- ` openwrt-24.10 `
88- ` openwrt-23.05 `
99- ` openwrt-22.03 `
10- - ` openwrt-21.02 `
You can’t perform that action at this time.
0 commit comments