Skip to content

Commit 8d1366c

Browse files
authored
Bump Docker to 19-jre and restore linux/s390x platform (#34)
1 parent bc2fa2c commit 8d1366c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
file: ./Dockerfile
125125
build-args: |
126126
VERSION=${{ env.release_version }}
127-
platforms: linux/amd64, linux/arm64/8, linux/arm/v7, linux/ppc64le #, linux/s390x
127+
platforms: linux/amd64, linux/arm64/8, linux/arm/v7, linux/ppc64le , linux/s390x
128128
push: true
129129
tags: ${{ steps.meta.outputs.tags }}
130130
labels: ${{ steps.meta.outputs.labels }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
file: ./Dockerfile
121121
build-args: |
122122
VERSION=${{ github.event.inputs.releaseVersion }}
123-
platforms: linux/amd64, linux/arm64/8, linux/arm/v7, linux/ppc64le #, linux/s390x
123+
platforms: linux/amd64, linux/arm64/8, linux/arm/v7, linux/ppc64le , linux/s390x
124124
push: true
125125
tags: ${{ steps.meta.outputs.tags }}
126126
labels: ${{ steps.meta.outputs.labels }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eclipse-temurin:8-jre-jammy
1+
FROM eclipse-temurin:19-jre-jammy
22

33
MAINTAINER Open Identity Platform Community <[email protected]>
44

0 commit comments

Comments
 (0)