saveourtool/save-cli

ci: Properly use cross-compiplation in release workflow

Open

#345 opened on 2021年12月20日

GitHub で見る
 (0 comments) (0 reactions) (1 assignee)Kotlin (4 forks)auto 404
good first issuehelp wanted

Repository metrics

Stars
 (43 stars)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド