From 5ed3c72f51e336086a38861a8a97934390196fd5 Mon Sep 17 00:00:00 2001 From: Yang Yang <153794571+YuWanTingbb@users.noreply.github.com> Date: Thu, 14 Mar 2024 18:39:00 +0800 Subject: [PATCH 1/2] Update Dockerfile.jar --- Dockerfiles/Dockerfile.jar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfiles/Dockerfile.jar b/Dockerfiles/Dockerfile.jar index b97e650..fafabb4 100644 --- a/Dockerfiles/Dockerfile.jar +++ b/Dockerfiles/Dockerfile.jar @@ -8,7 +8,7 @@ LABEL maintainer="Yanyutin753" USER root # 复制JAR文件到容器的/app目录下 -COPY /target/gpt-4-copilot-0.0.5.jar app.jar +COPY /target/gpt-4-copilot-0.0.6.jar app.jar # 声明服务运行在8081端口 EXPOSE 8081 From fb356f2a2b2a933d982f4f20c879b481b6fe19a2 Mon Sep 17 00:00:00 2001 From: Yang Yang <153794571+YuWanTingbb@users.noreply.github.com> Date: Thu, 14 Mar 2024 18:48:50 +0800 Subject: [PATCH 2/2] Update native-image.yml --- .github/workflows/native-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/native-image.yml b/.github/workflows/native-image.yml index fc16d58..741af49 100644 --- a/.github/workflows/native-image.yml +++ b/.github/workflows/native-image.yml @@ -44,4 +44,4 @@ jobs: yangclivia/gpt4-copilot-java:${{ steps.tag_name.outputs.tag }}-native yangclivia/gpt4-copilot-java:latest-native yangclivia/gpt4-copilot-java:latest - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64