fusesource / jansi

Jansi is a small java library that allows you to use ANSI escape sequences to format your console output which works even on windows.
http://fusesource.github.io/jansi/
Apache License 2.0
1.11k stars 140 forks source link

Allow multiple architecture native builds #155

Closed yselkowitz closed 3 years ago

yselkowitz commented 5 years ago

HawtJNI's description of platform is insufficient to distinguish between multiple architectures of the same operating system, such as Linux/amd64 and Linux/aarch64. Renaming these resources is necessary to create jars which will cover all available OS/arch combinations.

Required by: https://github.com/fusesource/jansi-native/pull/18