-
Notifications
You must be signed in to change notification settings - Fork 10.1k
build: Produce a Windows arm64 binary #35461
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
Conversation
|
I expect there's probably context here that I'm not aware of and so what I'm about to say might be redundant, but just to make sure: In the past when we've introduced new officially-supported platforms ( If Terraform CLI/Core were to go first then we'd be publishing something that's more-or-less useless, because a Terraform Core without any providers doesn't do anything of value. I would expect it to cause folks to open bug reports in this repository saying that provider installation failed for them, and that to then create indirect pressure for provider developers to rush to make new releases supporting the new platform. I mention this only because none of the official providers I quickly checked seems to be offering a |
|
This is excellent context, thank you! |
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.
We have some windows-arm64 providers now, let's do it!
2ebc7c1 to
08c95d8
Compare
|
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
I'm not familiar enough with platform-specific differences to know whether our ability to produce a build is enough confidence that this will work, or whether we need to do manual testing to verify. We did unfortunately figure out that our existing E2E tests won't work for this platform, so any verification will need to be manual.
Fixes #32719
Target Release
1.15.x, or we could backport to 1.14.x, this is relatively flexible
Rollback Plan
Changes to Security Controls
n/a
CHANGELOG entry