mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Use ibm-semeru-runtimes for openj9 and build arm64 images.
This commit is contained in:
parent
98127b8c0e
commit
08cead806d
2 changed files with 3 additions and 3 deletions
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
|
@ -61,6 +61,6 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
file: ./Dockerfile.openj9
|
||||
platforms: linux/amd64
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: 1337kavin/piped:latest,1337kavin/piped:openj9
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM adoptopenjdk/openjdk11-openj9:alpine-slim AS build
|
||||
FROM ibm-semeru-runtimes:open-11-jdk AS build
|
||||
|
||||
WORKDIR /app/
|
||||
|
||||
|
@ -6,7 +6,7 @@ COPY . /app/
|
|||
|
||||
RUN chmod +x ./gradlew && ./gradlew shadowJar
|
||||
|
||||
FROM adoptopenjdk/openjdk11-openj9:alpine-jre
|
||||
FROM ibm-semeru-runtimes:open-11-jre
|
||||
|
||||
WORKDIR /app/
|
||||
|
||||
|
|
Loading…
Reference in a new issue