mirror of
https://github.com/oneclickvirt/ecs.git
synced 2025-10-05 23:37:07 +08:00
update
This commit is contained in:
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
@@ -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:
|
||||||
|
@@ -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
|
||||||
|
|
||||||
|
@@ -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: amd64、arm、arm64、386、s390x、mips、mipsle、s390x、riscv64
|
||||||
|
|
||||||
Tested architectures: amd64, arm64
|
Tested architectures: amd64, arm64
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user