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
+26-13Lines changed: 26 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ A [basic example bot](Testbot) is available.
19
19
20
20
-[Features](#features)
21
21
-[Requirements](#requirements)
22
+
-[Hardware Support](#hardware-support)
22
23
-[Changelog](#changelog)
23
24
-[Versioning policy](#versioning-policy)
24
25
-[Client libraries](#client-libraries)
@@ -49,19 +50,28 @@ A [basic example bot](Testbot) is available.
49
50
* Java 17 LTS or newer required. (we recommend running the latest LTS version or newer)
50
51
* OpenJDK or Zulu running on Linux AMD64 is officially supported.
51
52
52
-
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.
53
-
54
-
Lavaplayer currently supports following architectures:
55
-
56
-
`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`
57
-
58
-
JDA-NAS(Native Audio Buffer) & the Timescale filter are currently not supported on following architectures:
59
-
60
-
`Linux ARMHF(v6) 32` and `Linux aarch32`
61
-
62
-
63
53
Support for other JVMs is also best-effort. Periodic CPU utilization stats are prone not to work everywhere.
64
54
55
+
## Hardware Support
56
+
57
+
Lavalink also runs on other hardware, but support is best-effort.
In addition to the usual log files, you can also view the log with `sudo journalctl -u lavalink`.
284
+
270
285
### Docker
271
286
272
287
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/).
273
288
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/lavalink-devs/lavalink:3-alpine`.
0 commit comments