Merge pull request #1614 from gOOvER/patch-2

Lavalink - update Image for ARM64 compability
This commit is contained in:
Michael (Parker) Parker 2022-04-22 08:15:43 -04:00 committed by GitHub
commit ff376fba41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
"description": "Standalone audio sending node based on Lavaplayer and JDA-Audio. Allows for sending audio without it ever reaching any of your shards.\r\nDescription taken from https:\/\/github.com\/Frederikam\/Lavalink",
"features": null,
"images": [
"quay.io\/parkervcp\/pterodactyl-images:debian_openjdk-13"
"ghcr.io/parkervcp/yolks:java_11"
],
"file_denylist": [],
"startup": "java -jar Lavalink.jar",
@ -23,9 +23,9 @@
"scripts": {
"installation": {
"script": "#!\/bin\/bash\r\n# NodeJS Bot Installation Script\r\n#\r\n# Server Files: \/mnt\/server\r\napt update\r\napt install -y git curl\r\n\r\nmkdir -p \/mnt\/server\r\ncd \/mnt\/server\r\n\r\ncurl -L -o Lavalink.jar https:\/\/github.com\/freyacodes\/Lavalink\/releases\/latest\/download\/Lavalink.jar\r\n\r\ncurl -L -o application.yml https:\/\/raw.githubusercontent.com\/freyacodes\/Lavalink\/master\/LavalinkServer\/application.yml.example\r\n\r\necho -e \"install complete\"\r\nexit 0",
"container": "debian:buster-slim",
"container": "debian:bullseye-slim",
"entrypoint": "bash"
}
},
"variables": []
}
}