Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/workflows/multi-arch-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- aarch64_cortex-a72
- aarch64_cortex-a76
- aarch64_generic
- arc_archs # Only used in OpenWrt 22.03
- arm_arm1176jzf-s_vfp
- arm_arm926ej-s
- arm_cortex-a15_neon-vfpv4
Expand Down Expand Up @@ -62,9 +63,17 @@ jobs:
rel_branch:
- ${{ github.ref_name }}
exclude:
# OpenWrt main (SNAPSHOT)
- arch: arc_archs
rel_branch: main
# OpenWrt 24.10
- arch: arc_archs
rel_branch: openwrt-24.10
# OpenWrt 23.05
- arch: aarch64_cortex-a76
rel_branch: openwrt-23.05
- arch: arc_archs
rel_branch: openwrt-23.05
- arch: armeb_xscale
rel_branch: openwrt-23.05
- arch: loongarch64_generic
Expand Down