diff options
author | Christian Clason <c.clason@uni-graz.at> | 2025-01-24 17:17:12 +0100 |
---|---|---|
committer | Christian Clason <ch.clason+github@icloud.com> | 2025-01-27 16:21:40 +0100 |
commit | c1718d68634460117ef5731643669d59587ec628 (patch) | |
tree | bad18b3dcb37af1fc6ab5da640bceb9fd4e3eb48 /runtime/doc/support.txt | |
parent | eb60cd74fb5caa997e6253bef6a1f0b58e1b6ec6 (diff) | |
download | rneovim-c1718d68634460117ef5731643669d59587ec628.tar.gz rneovim-c1718d68634460117ef5731643669d59587ec628.tar.bz2 rneovim-c1718d68634460117ef5731643669d59587ec628.zip |
ci(release): add linux-arm64 appimage and tarball
Problem: No releases for ARM Linux.
Solution: Provide appimages and tarballs for `linux-arm64`. Rename
x86 releases to `linux-x86_64` for consistency.
Diffstat (limited to 'runtime/doc/support.txt')
-rw-r--r-- | runtime/doc/support.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/support.txt b/runtime/doc/support.txt index 088677e813..103fb90b6d 100644 --- a/runtime/doc/support.txt +++ b/runtime/doc/support.txt @@ -14,8 +14,8 @@ Supported platforms *supported-platforms* `System` `Tier` `Versions` `Tested versions` 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 +macOS (x86_64) 1 >= 11 macOS 13 +macOS (arm64) 1 >= 11 macOS 15 Windows 64-bit 1 >= Windows 10 Version 1809 Windows Server 2022 FreeBSD 1 >= 10 FreeBSD 14 OpenBSD 2 >= 7 |