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] 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