etcdmain: Updates v3.5 supported platform docs

Signed-off-by: Atul Kumar (katul979@gmail.com)
Signed-off-by: Atul Kumar <atul.kumar@swiggy.in>
This commit is contained in:
Atul Kumar
2022-10-15 18:32:08 +05:30
parent f97aac9d61
commit 55df4e6ef3

View File

@ -260,7 +260,7 @@ 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/v3.5/op-guide/supported-platform.md
if runtime.GOARCH == "amd64" ||
runtime.GOARCH == "arm64" ||
runtime.GOARCH == "ppc64le" ||