From ed58d55f6f6e709b5c7eb1d76045a51edc7c29f5 Mon Sep 17 00:00:00 2001 From: LamGC Date: Thu, 18 Aug 2022 23:42:59 +0800 Subject: [PATCH] =?UTF-8?q?ci(github-action):=20=E5=B0=9D=E8=AF=95?= =?UTF-8?q?=E4=B8=BA=20Windows=20=E5=B9=B3=E5=8F=B0=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E5=AE=B9=E5=99=A8=E9=95=9C=E5=83=8F.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 看 OpenJdk 18 应该是有对 Windows/amd64 支持的, 所以添加上去, 看看能不能构建成功. --- .github/workflows/build-container-image-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-container-image-dev.yml b/.github/workflows/build-container-image-dev.yml index 92cc443..506ae7c 100644 --- a/.github/workflows/build-container-image-dev.yml +++ b/.github/workflows/build-container-image-dev.yml @@ -44,6 +44,6 @@ jobs: context: . push: true tags: lamgc/scalabot:dev - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64,linux/arm64,windows/amd64 cache-from: type=gha cache-to: type=gha,mode=max \ No newline at end of file