Remove 32-bit Linux builds from Rebel export templates#106
Merged
Conversation
DanielaOrtner
approved these changes
Dec 12, 2024
Contributor
DanielaOrtner
left a comment
There was a problem hiding this comment.
Thanks so much for the change :)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Our nightly releases are failing, because Github is migrating
ubuntu-latesttoubuntu-24.04[1].AMD announced AMD64 (the first 64-bit architecture that could also run 32-bit code) in 1999, and it released its first 64-bit processor in April 2003 [2]. Linux began removing support for 32-bit processors in 2012 [3]. Ubuntu 18.04 LTS (released in April 2018) was the last version that supported 32-bits. Ubuntu 18.04 was a long-term support version that was supported for five years, but that support ended in May 2023 [4]. Fedora removed support for 32-bits in Fedora 31 [5], and support for Fedora 30 ended in May 2020 [6]. Although our 32-bit builds still worked on Ubuntu 22.04 LTS (released in April 2022 and will be supported until April 2027), they no longer work on Ubuntu 24.04 LTS, which was released earlier this year. There are other Linux distributions that still provide 32-bit versions [7]. However, it makes sense to accept that Linux 32-bit support has ended.
Rebel Build Action v3 removed support for Linux 32-bit builds. This PR upgrades Rebel Build Action, used to create our releases, to v3 and removes support for Linux 32-bit builds from our nightly releases.