From 00c08445146d4590d591b9571e849d4ba5975dba Mon Sep 17 00:00:00 2001 From: liqiang-fit2cloud Date: Wed, 20 Mar 2024 15:23:27 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=9A=82=E4=B8=8D=E6=94=AF=E6=8C=81li?= =?UTF-8?q?nux/arm64?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-and-push.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index b1102252e..7c089d884 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -14,12 +14,12 @@ on: type: choice options: - linux/amd64 - - linux/arm64 - - linux/amd64,linux/arm64 + #- linux/arm64 + #- linux/amd64,linux/arm64 registry: description: 'Push To Registry' required: true - default: 'dockerhub, fit2cloud-registry' + default: 'dockerhub' type: choice options: - dockerhub