Kotlin / kotlinx-cli

Pure Kotlin implementation of a generic CLI parser.
Apache License 2.0
914 stars 71 forks source link

Add linuxArm64 target #98

Closed hfhbd closed 11 months ago

hfhbd commented 1 year ago

Fixes https://github.com/Kotlin/kotlinx-cli/issues/89

I didn't add linuxArm32 due to https://kotlinlang.org/docs/native-target-support.html

Please check the CI changes, because I can't test it locally.

hfhbd commented 1 year ago

BTW Do you also accept PRs updating Gradle and Kotlin?