-
Notifications
You must be signed in to change notification settings - Fork 2k
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
build: remove 32-bit ARM builds #23189
Conversation
We no longer intend to release 32-bit builds for any platform. We'd previously removed the builds for i386 on both Linux and Windows, but never got around to removing the ARM builds. Add a note about this deprecation in the release notes for 1.8.x.
We no longer intend to release 32-bit builds for any platform for Nomad ecosystem projects. Ref: hashicorp/nomad#23189 Ref: hashicorp/nomad-enterprise#1053
We no longer intend to release 32-bit builds for any platform for Nomad ecosystem projects. Ref: hashicorp/nomad#23189 Ref: hashicorp/nomad-enterprise#1053
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Tim!
👋 For anyone ending up here because you're looking for 32bit ARM binaries I would encourage you to try building Nomad from source for your particular architecture. The 32 bit ARM landscape is extremely diverse and was never well served by the binary we did build. We strive to keep Nomad as easy as a go install
to build yourself, so I encourage you read the Go toolchain's page on ARM to find the best settings for your target architecture: https://go.dev/wiki/GoArm
I think we should delete |
We no longer intend to release 32-bit builds for any platform for Nomad ecosystem projects. Ref: hashicorp/nomad#23189 Ref: hashicorp/nomad-enterprise#1053
|
We no longer intend to release 32-bit builds for any platform for Nomad ecosystem projects. Ref: hashicorp/nomad#23189 Ref: hashicorp/nomad-enterprise#1053
We no longer intend to release 32-bit builds for any platform for Nomad ecosystem projects. Ref: hashicorp/nomad#23189 Ref: hashicorp/nomad-enterprise#1053
We no longer intend to release 32-bit builds for any platform for Nomad ecosystem projects. Ref: hashicorp/nomad#23189 Ref: hashicorp/nomad-enterprise#1053
I probably should have split this into 2 PRs, one for the docs and one for the build changes. I'll open separate PRs with just the docs for backporting to 1.8.x/1.8.x+ent |
Backport of docs from #23189 so we can have the docs in the 1.8.x branch without the build changes themselves, which we only want to land in 1.9.0.
Backport of docs from #23189 so we can have the docs in the 1.8.x branch without the build changes themselves, which we only want to land in 1.9.0.
We no longer intend to release 32-bit builds for any platform for Nomad ecosystem projects. Ref: hashicorp/nomad#23189 Ref: hashicorp/nomad-enterprise#1053
We no longer intend to release 32-bit builds for any platform for Nomad ecosystem projects. Ref: hashicorp/nomad#23189 Ref: hashicorp/nomad-enterprise#1053
I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions. |
We no longer intend to release 32-bit builds for any platform. We'd previously removed the builds for i386 on both Linux and Windows, but never got around to removing the ARM builds. Add a note about this deprecation in the release notes for 1.8.x.
Closes: https://github.com/hashicorp/nomad-enterprise/issues/1053