-
Notifications
You must be signed in to change notification settings - Fork 1
Target operating systems
Ryan Parman edited this page Mar 27, 2024
·
5 revisions
Only non-end-of-life OS releases are considered (e.g., CentOS Linux is dead). We are starting with this list, but will probably expand in the future for things that are reasonably maintainable.
OS | Release | End-of-life date | Package manager |
---|---|---|---|
Alpine | 3.17 | 2024-11-22 | apk |
Alpine | 3.18 | 2025-05-09 | apk |
Alpine | 3.19 | 2025-11-01 | apk |
Amazon | 2 | 2025-06-30 | yum |
Amazon | 2023 | 2028-03-15 | dnf |
Ubuntu | 20.04 LTS | 2025-04-02 | apt-get |
Ubuntu | 22.04 LTS | 2027-04-01 | apt-get |
Important
We will build exclusively for 64-bit ARM (arm64
) and Intel-compatible (amd64
) CPU architectures. If you need support for anything outside of those two, you should look elsewhere.
Content licensed under CC BY-SA.