mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2025-04-28 16:00:29 +05:30
Use ibm-semeru-runtimes for openj9 and build arm64 images.
This commit is contained in:
parent
98127b8c0e
commit
08cead806d
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
@ -61,6 +61,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile.openj9
|
file: ./Dockerfile.openj9
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: 1337kavin/piped:latest,1337kavin/piped:openj9
|
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/
|
WORKDIR /app/
|
||||||
|
|
||||||
@ -6,7 +6,7 @@ COPY . /app/
|
|||||||
|
|
||||||
RUN chmod +x ./gradlew && ./gradlew shadowJar
|
RUN chmod +x ./gradlew && ./gradlew shadowJar
|
||||||
|
|
||||||
FROM adoptopenjdk/openjdk11-openj9:alpine-jre
|
FROM ibm-semeru-runtimes:open-11-jre
|
||||||
|
|
||||||
WORKDIR /app/
|
WORKDIR /app/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user