Skip to content

Commit

Permalink
feat(ci):jvm build add riscv64
Browse files Browse the repository at this point in the history
  • Loading branch information
100ask committed Nov 26, 2023
1 parent 12897dd commit ac41390
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
builder: ${{ steps.buildx.outputs.name }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/riscv64
cache-from: type=gha
cache-to: type=gha,mode=max
file: Dockerfile.jvm
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.jvm
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@
# accessed directly. (example: "foo.example.com,bar.example.com")
#
###
FROM registry.access.redhat.com/ubi8/openjdk-17:1.16

FROM xfan1024/openeuler:23.03-light
RUN yum -y install java-17-openjdk --disableplugin=seccomp
ENV LANGUAGE='en_US:en'

# We make four distinct layers so if there are application changes the library layers can be re-used
Expand Down

0 comments on commit ac41390

Please sign in to comment.