File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 1414 strategy :
1515 matrix :
1616 arch :
17+ - aarch64_cortex-a53
18+ - aarch64_cortex-a72
19+ - aarch64_generic
20+ - arm_arm1176jzf-s_vfp
21+ - arm_arm926ej-s
22+ - arm_cortex-a15_neon-vfpv4
23+ - arm_cortex-a5_vfpv4
24+ - arm_cortex-a7
25+ - arm_cortex-a7_neon-vfpv4
26+ - arm_cortex-a8_vfpv3
27+ - arm_cortex-a9
28+ - arm_cortex-a9_neon
29+ - arm_cortex-a9_vfpv3-d16
30+ - arm_fa526
31+ - arm_mpcore
32+ - arm_xscale
33+ - i386_pentium-mmx
34+ - i386_pentium4
35+ - mips64_octeonplus
36+ - mips_24kc
37+ - mips_4kec
38+ - mips_mips32
39+ - mipsel_24kc
40+ - mipsel_24kc_24kf
41+ - mipsel_74kc
42+ - mipsel_mips32
1743 - x86_64
1844 sdk :
1945 - " 22.03"
46+ - " 23.05"
2047
2148 steps :
2249 - uses : actions/checkout@v4
3966 NO_SHFMT_CHECK : true
4067 PACKAGES : rtp2httpd
4168
69+ - name : Rename packages
70+ run : |
71+ cd bin/packages/${{ matrix.arch }}/action
72+ for f in *.ipk; do
73+ mv "$f" "${f%.ipk}_${{ matrix.sdk }}.ipk"
74+ done
75+ cd -
76+
4277 - name : Upload to release assets
4378 run : gh release upload --repo ${{ github.repository }} ${{ github.event.release.tag_name }} bin/packages/${{ matrix.arch }}/action/*.ipk
4479 env :
You can’t perform that action at this time.
0 commit comments