ci(test): disable ubuntu arm

There are too many flakes and intermittent failures to reliably use it.
Disable it for the time being until things stabilize.
This commit is contained in:
dundargoc
2025-02-15 10:36:58 +01:00
committed by dundargoc
parent 0a0f53663b
commit 8e4b77134a
3 changed files with 4 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ Note: On Windows "Server" you may need to [install vcruntime140.dll](https://lea
### Linux (x86_64)
glibc 2.31 or newer is required. Or you may try the (unsupported) [builds for older glibc](https://github.com/neovim/neovim-releases).
glibc 2.35 or newer is required. Or you may try the (unsupported) [builds for older glibc](https://github.com/neovim/neovim-releases).
#### AppImage
@@ -54,7 +54,7 @@ glibc 2.31 or newer is required. Or you may try the (unsupported) [builds for ol
2. Extract: `tar xzvf nvim-linux-x86_64.tar.gz`
3. Run `./nvim-linux-x86_64/bin/nvim`
### Linux (arm64)
### Linux (arm64) - Untested
#### AppImage