You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+31-13Lines changed: 31 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,21 +45,30 @@ A [basic example bot](Testbot) is available.
45
45
* Java 11* LTS or newer required.
46
46
* OpenJDK or Zulu running on Linux AMD64 is officially supported.
47
47
48
-
Support for Darwin (Mac), Windows AMD64, and Linux ARM (Raspberry Pi) is provided on a best-effort basis. This is dependent on Lavaplayer's native libraries.
49
-
50
-
Lavaplayer currently supports following architectures:
51
-
52
-
`Darwin (M1 & Intel)`, `Linux aarch32`, `Linux aarch64`, `Linux ARMv7+ 32/64`, `Linux ARMHF(v6) 32`, `Linux i386 32`, `Linux x86 64`, `Windows i386 32` and `Windows x86 64`
53
-
54
-
JDA-NAS(Native Audio Buffer) & the Timescale filter are currently not supported on following architectures:
55
-
56
-
`Linux ARMHF(v6) 32` and `Linux aarch32`
57
-
58
-
59
48
Support for other JVMs is also best-effort. Periodic CPU utilization stats are prone not to work everywhere.
60
49
61
50
**\*Java 11 appears to have some issues with Discord's TLS 1.3. Java 14 has other undiagnosed HTTPS problems. Use Java 13. Docker images have been updated.** See [#258](https://github.com/lavalink-devs/Lavalink/issues/258), [#260](https://github.com/lavalink-devs/Lavalink/issues/260)
62
51
52
+
## Hardware Support
53
+
54
+
Lavalink also runs on other hardware, but support is best-effort.
| Client | Platform | Compatible With | REST API Support | Additional Information |
@@ -228,6 +245,7 @@ Run with `java -jar Lavalink.jar` from the same directory
228
245
### Docker
229
246
230
247
Docker images can be found under [packages](https://github.com/lavalink-devs/Lavalink/pkgs/container/lavalink) with old builds prior to `v3.7.4` being available on [Docker Hub](https://hub.docker.com/r/fredboat/lavalink/).
248
+
There are 2 image variants `Ubuntu` and `Alpine`, the `Alpine` variant is smaller and can be used with the `-alpine` suffix, for example `ghcr.io/freyacodes/lavalink:3-alpine`.
0 commit comments