ci(github-action): 移除容器镜像对 windows-amd64 的构建.

windows-amd64 的镜像构建依然不太不稳定, 因此移除 windows-amd64 平台的镜像构建.
This commit is contained in:
LamGC 2022-08-23 13:36:57 +08:00
parent 26d7443c87
commit e6b581b8cd
Signed by: LamGC
GPG Key ID: 6C5AE2A913941E1D
2 changed files with 2 additions and 2 deletions

View File

@ -44,6 +44,6 @@ jobs:
context: . context: .
push: true push: true
tags: ${{ env.IMAGE_NAME }}:latest, ${{ env.IMAGE_NAME }}:${{ github.ref_name }} 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-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max

View File

@ -44,6 +44,6 @@ jobs:
context: . context: .
push: true push: true
tags: lamgc/scalabot:dev tags: lamgc/scalabot:dev
platforms: linux/amd64,linux/arm64,windows/amd64 platforms: linux/amd64,linux/arm64
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max