Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it necessary to avoid setting ETCD_UNSUPPORTED_ARCH=riscv64 #13504

Closed
wants to merge 2 commits into from

Conversation

jiangxiaobin96
Copy link

I add runtime.GOARCH == "riscv64" to avoid setting ETCD_UNSUPPORTED_ARCH=riscv64.

@@ -465,6 +465,7 @@ func checkSupportArch() {
// to add a new platform, check https://github.com/etcd-io/website/blob/main/content/en/docs/next/op-guide/supported-platform.md
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update the link to: https://etcd.io/docs/v3.5/op-guide/supported-platform.

It requires adding CI test for build to make it tier-3 'unstable' platform.

Personally I think we should keep warning for any setup that is not "Tier 1 or 2".

@ptabor ptabor marked this pull request as draft December 21, 2021 09:49
@jiangxiaobin96 jiangxiaobin96 marked this pull request as ready for review December 27, 2021 02:02
@stale
Copy link

stale bot commented Mar 27, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Mar 27, 2022
@stale stale bot closed this Apr 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

None yet

2 participants