diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index bba337d..4f6d3db 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -12,6 +12,8 @@ jobs: # 1.20 是 Windows 7/8 Server 2008/2012 最后一个支持版本 image: goreleaser/goreleaser-cross:v1.20 steps: + - run: | + git config --global --add safe.directory /__w/ecs/ecs - name: Checkout uses: actions/checkout@v3 with: diff --git a/README.md b/README.md index 9453e01..ed2de70 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Shell版本: https://github.com/spiritLHLS/ecs ## 适配系统和架构 -编译支持的架构: amd64、arm、arm64、386、s390x、ppc64、ppc64le、riscv64 +编译支持的架构: amd64、arm、arm64、386、s390x、mips、mipsle、s390x、riscv64 测试支持的架构: amd64、arm64 diff --git a/README_EN.md b/README_EN.md index 8050fe3..9631789 100644 --- a/README_EN.md +++ b/README_EN.md @@ -12,7 +12,7 @@ Shell version: https://github.com/spiritLHLS/ecs/blob/main/README_EN.md ## Supported Systems and Architectures -Architectures supported for compilation: amd64, arm, arm64, 386, s390x、ppc64、ppc64le、riscv64 +Architectures supported for compilation: amd64、arm、arm64、386、s390x、mips、mipsle、s390x、riscv64 Tested architectures: amd64, arm64 diff --git a/goecs.go b/goecs.go index de3d21a..00a5f8b 100644 --- a/goecs.go +++ b/goecs.go @@ -37,7 +37,7 @@ import ( ) var ( - ecsVersion = "v0.0.47" + ecsVersion = "v0.0.48" menuMode bool onlyChinaTest bool input, choice string