Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
xishang0128 committed Feb 26, 2024
1 parent 15abecd commit 4b56ec1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/startup/faq/index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ In`release`, the filename of each package includes several pieces of information
> * `default(not specified in file name)`: Default version compiled with GOAMD64=v3 tag.
> * `compatible`: Compiled with GOAMD64=v1 tag for compatibility with specific OS or architecture.
> * `go120`: Compiled with Golang1.20 for compatibility with specific OS or architecture.
> * `abi1/2`: ABI version for `loongarch64`, specific details can be found at http://www.loongnix.cn/zh/toolchain/Golang/downloads-Go1.21/index.html
>
* Compile branch (e.g., `alpha`)
* Git hash value of the commit (e.g., `f90066f`)
Expand Down
3 changes: 3 additions & 0 deletions docs/startup/faq/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ release 中,包的文件名中包含了多个信息,包括
> * `默认(无额外标识)`: 使用GOAMD64=v3标签编译的默认版本
> * `compatible`: 使用GOAMD64=v1标签进行编译。该版本是为了兼容特定的操作系统或架构而编译的。
> * `go120`: 使用Golang1.20版本进行编译。该版本是为了兼容特定的操作系统或架构而编译的。
> * `abi1/2`: `loongarch64`的abi版本
>
* 分支(alpha)
* 提交的git hash值(如f90066f)
Expand All @@ -28,3 +29,5 @@ release 中,包的文件名中包含了多个信息,包括
👉[在此了解](https://github.com/golang/go/wiki/MinimumRequirements#amd64)更多关于 GOAMD64 标签的信息

👉[在此了解](https://go.dev/doc/go1.20#ports)更多关于Golang1.20版本的系统兼容性信息

👉[在此了解](http://www.loongnix.cn/zh/toolchain/Golang/downloads-Go1.21/index.html)更多关于`loongarch64`abi版本的信息

0 comments on commit 4b56ec1

Please sign in to comment.