ci: sdk: update to openwrt-24.10
Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
parent
849af3f740
commit
4bafe2875e
12
.github/workflows/release-build.yml
vendored
12
.github/workflows/release-build.yml
vendored
@ -15,6 +15,7 @@ jobs:
|
||||
arch:
|
||||
- aarch64_cortex-a53
|
||||
- aarch64_cortex-a72
|
||||
- aarch64_cortex-a76
|
||||
- aarch64_generic
|
||||
- arm_arm1176jzf-s_vfp
|
||||
- arm_arm926ej-s
|
||||
@ -22,16 +23,20 @@ jobs:
|
||||
- arm_cortex-a5_vfpv4
|
||||
- arm_cortex-a7
|
||||
- arm_cortex-a7_neon-vfpv4
|
||||
- arm_cortex-a7_vfpv4
|
||||
- arm_cortex-a8_vfpv3
|
||||
- arm_cortex-a9
|
||||
- arm_cortex-a9_neon
|
||||
- arm_cortex-a9_vfpv3-d16
|
||||
- arm_fa526
|
||||
- arm_mpcore
|
||||
- arm_xscale
|
||||
- armeb_xscale
|
||||
- i386_pentium-mmx
|
||||
- i386_pentium4
|
||||
- loongarch64_generic
|
||||
- mips64_mips64r2
|
||||
- mips64_octeonplus
|
||||
- mips64el_mips64r2
|
||||
- mips_24kc
|
||||
- mips_4kec
|
||||
- mips_mips32
|
||||
@ -39,6 +44,7 @@ jobs:
|
||||
- mipsel_24kc_24kf
|
||||
- mipsel_74kc
|
||||
- mipsel_mips32
|
||||
- riscv64_riscv64
|
||||
- x86_64
|
||||
|
||||
steps:
|
||||
@ -51,9 +57,9 @@ jobs:
|
||||
git clone https://github.com/sbwml/v2ray-geodata
|
||||
|
||||
- name: Building packages
|
||||
uses: sbwml/openwrt-gh-action-sdk@go1.23
|
||||
uses: sbwml/openwrt-gh-action-sdk@go1.24
|
||||
env:
|
||||
ARCH: ${{ matrix.arch }}-openwrt-22.03
|
||||
ARCH: ${{ matrix.arch }}-openwrt-24.10
|
||||
FEEDNAME: packages_ci
|
||||
PACKAGES: luci-app-mosdns
|
||||
NO_REFRESH_CHECK: true
|
||||
|
Loading…
Reference in New Issue
Block a user