Skip to content

Commit

Permalink
Fixed riscv packaging (#15)
Browse files Browse the repository at this point in the history
* feat(ci):jvm build add riscv64

---------

Co-authored-by: 100ask <user@100ask.com>
  • Loading branch information
ljpsichuanuniversity and 100ask authored Jan 29, 2024
1 parent fa31e1a commit a905bf6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.jvm
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,5 @@ EXPOSE 8080
USER root
ENV JAVA_OPTS="-Duser.timezone=GMT+8 -Dquarkus.http.host=0.0.0.0 -Djava.util.logging.manager=org.jboss.logmanager.LogManager"
ENV JAVA_APP_JAR="/deployments/quarkus-run.jar"

CMD ["java", "-jar", "/deployments/quarkus-run.jar"]

0 comments on commit a905bf6

Please sign in to comment.