Skip to content

Commit 04af607

Browse files
authored
arm docker images (#716)
* switch back to eclipse-temurin:18 docker image and reeanle linux/arm64/v8 and linux/arm/v7 docker builds * use jre focal temurin image
1 parent 2c3f8bb commit 04af607

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
file: LavalinkServer/docker/Dockerfile
7474
context: .
75-
platforms: linux/amd64
75+
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
7676
push: true
7777
tags: ${{ steps.meta.outputs.tags }}
7878
labels: ${{ steps.meta.outputs.labels }}

LavalinkServer/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM azul/zulu-openjdk:18
1+
FROM eclipse-temurin:18-jre-focal
22

33
# Run as non-root user
44
RUN groupadd -g 322 lavalink && \

0 commit comments

Comments
 (0)