saveourtool/save-cli

ci: Properly use cross-compiplation in release workflow

Open

#345 ouverte le 20 déc. 2021

Voir sur GitHub
 (0 commentaires) (0 réactions) (1 assigné)Kotlin (4 forks)auto 404
good first issuehelp wanted

Métriques du dépôt

Stars
 (43 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.

Guide contributeur