We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c3f8bb commit 04af607Copy full SHA for 04af607
.github/workflows/build.yml
@@ -72,7 +72,7 @@ jobs:
72
with:
73
file: LavalinkServer/docker/Dockerfile
74
context: .
75
- platforms: linux/amd64
+ platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
76
push: true
77
tags: ${{ steps.meta.outputs.tags }}
78
labels: ${{ steps.meta.outputs.labels }}
LavalinkServer/docker/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM azul/zulu-openjdk:18
+FROM eclipse-temurin:18-jre-focal
2
3
# Run as non-root user
4
RUN groupadd -g 322 lavalink && \
0 commit comments