chore: RC 版本不构建 arm64 架构的镜像

This commit is contained in:
wanghe-fit2cloud
2024-07-24 17:13:43 +08:00
parent a7a57607a8
commit 8d9f590f16
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true
tags: |
1panel/kubepi:${{ github.event.inputs.version }}

View File

@@ -31,7 +31,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
push: true
tags: |
${{ env.DOCKERHUB_REPO }}:latest