Skip to content

Commit 3dc04a5

Browse files
authored
Merge pull request #573 from sboldyreva/claude/lucid-darwin-DuQzT
docs(els-runtimes): add ARM64 architecture coverage
2 parents 403bd8c + 33244e4 commit 3dc04a5

4 files changed

Lines changed: 17 additions & 4 deletions

File tree

docs/els-for-runtimes/nodejs/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ alt-nodejs provides a more flexible and convenient environment for working with
3434
| Debian | DEB | 13 | 12, 14, 16, 18, 20, 22, 23, 24 |
3535
| Alpine Linux | APK | 3.22, 3.23 | 12, 14, 16, 18, 20, 22, 23, 24 |
3636

37-
**Supported architecture:** x86_64 (64-bit)
37+
**Supported architectures:**
38+
39+
* x86_64 — all supported OSes
40+
* arm64 — Debian 12 and 13
3841

3942
<ContactSales text="Other versions and architectures available upon request. Contact sales@tuxcare.com for more information." />
4043

docs/els-for-runtimes/php/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@ alt-php provides a more flexible and convenient environment for working with dif
3939
| Alpine Linux | APK | 3.22, 3.23 | 7.3, 7.4, 8.0, 8.1 |
4040
| Windows | - | Windows Server 2019, 2022, 2025 | 5.2, 5.4, 5.6, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2 |
4141

42-
**Supported architecture:** x86_64 (64-bit) on Linux
42+
**Supported architectures:**
43+
44+
* x86_64 — all supported Linux OSes
45+
* aarch64/arm64 — Debian 12 and 13, Alpine Linux 3.22 and later
46+
* Windows — x64 (64-bit) and x86 (32-bit) builds
4347

4448
<ContactSales text="Other versions and architectures available upon request. Contact sales@tuxcare.com for more information." />
4549

docs/els-for-runtimes/python/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ alt-python provides a more flexible and convenient environment for working with
3333
| Debian | DEB | 12, 13 | 2.7, 3.6, 3.7, 3.8, 3.9 |
3434
| Alpine Linux | APK | 3.22, 3.23 | 3.6, 3.7, 3.8, 3.9 |
3535

36-
**Supported architecture:** x86_64 (64-bit)
36+
**Supported architectures:**
37+
38+
* x86_64 — all supported OSes
39+
* arm64 — Debian 12 and 13
3740

3841
<ContactSales text="Other versions and architectures available upon request. Contact sales@tuxcare.com for more information." />
3942

docs/els-for-runtimes/ruby/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ alt-ruby provides a more flexible and convenient environment for working with di
3434
| Ubuntu | DEB | 24.04 | 2.7, 3.0, 3.1, 3.2 |
3535
| Alpine Linux | APK | 3.22 | 2.6, 2.7, 3.0, 3.1, 3.2 |
3636

37-
**Supported architectures:** x86_64 on all OSes; aarch64 on Alpine Linux in addition to x86_64
37+
**Supported architectures:**
38+
39+
* x86_64 — all supported OSes
40+
* aarch64/arm64 — Debian 12 and 13, Alpine Linux
3841

3942
<ContactSales text="Other distros and architectures available upon request. Contact sales@tuxcare.com for more information." />
4043

0 commit comments

Comments
 (0)