From 1ce24fa635159fd1e28341ff1fb02f7af74dedef Mon Sep 17 00:00:00 2001 From: SunBK201 Date: Sat, 22 Nov 2025 00:04:55 +0800 Subject: [PATCH] ci: add additional architectures for OpenWrt build and enable Go dependency caching --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 25d4bec..a6d8e4a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,6 +18,9 @@ jobs: arch: - x86_64 - aarch64_generic + - aarch64_cortex-a53 + - aarch64_cortex-a72 + - aarch64_cortex-a76 - arm_cortex-a7_neon-vfpv4 - arm_cortex-a9_vfpv3-d16 - arm_cortex-a15_neon-vfpv4 @@ -76,6 +79,7 @@ jobs: uses: actions/setup-go@v6 with: go-version: "1.21" + cache-dependency-path: src/go.sum - name: Install dependencies run: sudo apt-get update && sudo apt-get install -y zip