saveourtool/save-cli

ci: Properly use cross-compiplation in release workflow

Open

#345 创建于 2021年12月20日

在 GitHub 查看
 (0 评论) (0 反应) (1 负责人)Kotlin (4 fork)auto 404
good first issuehelp wanted

仓库指标

Star
 (43 star)
PR 合并指标
 (PR 指标待抓取)

描述

Since Kotlin 1.6.0, mingw target is compiled on all three agents. This leads to duplication and errors. We should either filter out mingw on Linux and MacOS, or fully embrace cross-compilation and release all three artifacts from MacOS alone.

贡献者指南