mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #14590 from katul979/main
etcdmain: Corrects the link to supported-platform.md docs
This commit is contained in:
commit
e3dca5ed2f
@ -260,7 +260,8 @@ func checkSupportArch() {
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
// to add a new platform, check https://github.com/etcd-io/website/blob/main/content/en/docs/next/op-guide/supported-platform.md
|
||||
// To add a new platform, check https://github.com/etcd-io/website/blob/main/content/en/docs/${VERSION}/op-guide/supported-platform.md.
|
||||
// The ${VERSION} is the etcd version, e.g. v3.5, v3.6 etc.
|
||||
if runtime.GOARCH == "amd64" ||
|
||||
runtime.GOARCH == "arm64" ||
|
||||
runtime.GOARCH == "ppc64le" ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user