This commit is contained in:
spiritysdx
2024-07-04 20:05:05 +08:00
parent b4e9e17925
commit 971a2c66c7
4 changed files with 5 additions and 3 deletions

View File

@@ -12,6 +12,8 @@ jobs:
# 1.20 是 Windows 7/8 Server 2008/2012 最后一个支持版本 # 1.20 是 Windows 7/8 Server 2008/2012 最后一个支持版本
image: goreleaser/goreleaser-cross:v1.20 image: goreleaser/goreleaser-cross:v1.20
steps: steps:
- run: |
git config --global --add safe.directory /__w/ecs/ecs
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:

View File

@@ -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 测试支持的架构: amd64、arm64

View File

@@ -12,7 +12,7 @@ Shell version: https://github.com/spiritLHLS/ecs/blob/main/README_EN.md
## Supported Systems and Architectures ## Supported Systems and Architectures
Architectures supported for compilation: amd64, arm, arm64, 386, s390x、ppc64、ppc64le、riscv64 Architectures supported for compilation: amd64armarm64386s390x、mips、mipsle、s390x、riscv64
Tested architectures: amd64, arm64 Tested architectures: amd64, arm64

View File

@@ -37,7 +37,7 @@ import (
) )
var ( var (
ecsVersion = "v0.0.47" ecsVersion = "v0.0.48"
menuMode bool menuMode bool
onlyChinaTest bool onlyChinaTest bool
input, choice string input, choice string