mirror of
https://github.com/SunBK201/UA3F.git
synced 2025-12-16 08:44:29 +00:00
ci: add additional architectures for OpenWrt build and enable Go dependency caching
This commit is contained in:
parent
64bfc2c5c4
commit
1ce24fa635
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user