Skip to content

Commit

Permalink
Merge pull request etcd-io#14590 from katul979/main
Browse files Browse the repository at this point in the history
etcdmain: Corrects the link to supported-platform.md docs
  • Loading branch information
serathius authored Oct 17, 2022
2 parents 0ff632c + 97c14d6 commit e3dca5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/etcdmain/etcd.go
Original file line number Diff line number Diff line change
Expand Up @@ -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" ||
Expand Down

0 comments on commit e3dca5e

Please sign in to comment.