From e6b581b8cda6a9dbdb787f0ab7ff74dd6e609a9a Mon Sep 17 00:00:00 2001 From: LamGC Date: Tue, 23 Aug 2022 13:36:57 +0800 Subject: [PATCH] =?UTF-8?q?ci(github-action):=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E5=AE=B9=E5=99=A8=E9=95=9C=E5=83=8F=E5=AF=B9=20windows-amd64?= =?UTF-8?q?=20=E7=9A=84=E6=9E=84=E5=BB=BA.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit windows-amd64 的镜像构建依然不太不稳定, 因此移除 windows-amd64 平台的镜像构建. --- .github/workflows/release-container-image.yml | 2 +- .github/workflows/release-dev-container-image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-container-image.yml b/.github/workflows/release-container-image.yml index 2c1e989..0139bc7 100644 --- a/.github/workflows/release-container-image.yml +++ b/.github/workflows/release-container-image.yml @@ -44,6 +44,6 @@ jobs: context: . push: true tags: ${{ env.IMAGE_NAME }}:latest, ${{ env.IMAGE_NAME }}:${{ github.ref_name }} - platforms: linux/amd64,linux/arm64,windows/amd64 + platforms: linux/amd64,linux/arm64 cache-from: type=gha cache-to: type=gha,mode=max \ No newline at end of file diff --git a/.github/workflows/release-dev-container-image.yml b/.github/workflows/release-dev-container-image.yml index 43676bb..f4b3f09 100644 --- a/.github/workflows/release-dev-container-image.yml +++ b/.github/workflows/release-dev-container-image.yml @@ -44,6 +44,6 @@ jobs: context: . push: true tags: lamgc/scalabot:dev - platforms: linux/amd64,linux/arm64,windows/amd64 + platforms: linux/amd64,linux/arm64 cache-from: type=gha cache-to: type=gha,mode=max \ No newline at end of file