diff options
author | Christian Clason <c.clason@uni-graz.at> | 2025-01-16 18:08:45 +0100 |
---|---|---|
committer | Christian Clason <ch.clason+github@icloud.com> | 2025-01-24 10:34:18 +0100 |
commit | 3702bcb139275beacb9d3d37f833b16d899f5013 (patch) | |
tree | ec7af188254c2d5055769d72813b265fd334ed65 /runtime/doc/support.txt | |
parent | 2470db02c5136525b8abce1ee0889d94f8d81d98 (diff) | |
download | rneovim-3702bcb139275beacb9d3d37f833b16d899f5013.tar.gz rneovim-3702bcb139275beacb9d3d37f833b16d899f5013.tar.bz2 rneovim-3702bcb139275beacb9d3d37f833b16d899f5013.zip |
ci(tests): add arm64 runner
Problem: Linux `aarch64`/`arm64` builds are not tested.
Solution: Add `ubuntu-arm` runners to test matrix (using
`RelWithDebInfo` build).
Diffstat (limited to 'runtime/doc/support.txt')
-rw-r--r-- | runtime/doc/support.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/support.txt b/runtime/doc/support.txt index a2776fca0d..088677e813 100644 --- a/runtime/doc/support.txt +++ b/runtime/doc/support.txt @@ -12,7 +12,8 @@ Support *support* Supported platforms *supported-platforms* `System` `Tier` `Versions` `Tested versions` -Linux 1 >= 2.6.32, glibc >= 2.12 Ubuntu 24.04 +Linux (x86_64) 1 >= 2.6.32, glibc >= 2.12 Ubuntu 24.04 +Linux (arm64) 1 >= 2.6.32, glibc >= 2.12 Ubuntu 24.04 macOS (Intel) 1 >= 11 macOS 13 macOS (M1) 1 >= 11 macOS 15 Windows 64-bit 1 >= Windows 10 Version 1809 Windows Server 2022 |