Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritysdx committed Jul 4, 2024
1 parent b4e9e17 commit 971a2c6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: amd64armarm64386s390x、mips、mipsle、s390x、riscv64

Tested architectures: amd64, arm64

Expand Down
2 changes: 1 addition & 1 deletion goecs.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import (
)

var (
ecsVersion = "v0.0.47"
ecsVersion = "v0.0.48"
menuMode bool
onlyChinaTest bool
input, choice string
Expand Down

0 comments on commit 971a2c6

Please sign in to comment.