ci(github-action): 尝试为 Windows 平台构建容器镜像.

看 OpenJdk 18 应该是有对 Windows/amd64 支持的, 所以添加上去, 看看能不能构建成功.
This commit is contained in:
LamGC 2022-08-18 23:42:59 +08:00
parent f8b28cb29a
commit ed58d55f6f
Signed by: LamGC
GPG Key ID: 6C5AE2A913941E1D

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 platforms: linux/amd64,linux/arm64,windows/amd64
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max