ci: add additional architectures for OpenWrt build and enable Go dependency caching

This commit is contained in:
SunBK201 2025-11-22 00:04:55 +08:00
parent 64bfc2c5c4
commit 1ce24fa635

View File

@ -18,6 +18,9 @@ jobs:
arch: arch:
- x86_64 - x86_64
- aarch64_generic - aarch64_generic
- aarch64_cortex-a53
- aarch64_cortex-a72
- aarch64_cortex-a76
- arm_cortex-a7_neon-vfpv4 - arm_cortex-a7_neon-vfpv4
- arm_cortex-a9_vfpv3-d16 - arm_cortex-a9_vfpv3-d16
- arm_cortex-a15_neon-vfpv4 - arm_cortex-a15_neon-vfpv4
@ -76,6 +79,7 @@ jobs:
uses: actions/setup-go@v6 uses: actions/setup-go@v6
with: with:
go-version: "1.21" go-version: "1.21"
cache-dependency-path: src/go.sum
- name: Install dependencies - name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y zip run: sudo apt-get update && sudo apt-get install -y zip