cardano-client-lib icon indicating copy to clipboard operation
cardano-client-lib copied to clipboard

Please add ARM support for Raspberry PI 3 and 4

Open matiwinnetou opened this issue 3 years ago • 3 comments

matiwinnetou avatar Nov 15 '21 09:11 matiwinnetou

https://github.com/bloxbean/cardano-client-lib/commit/5c10111b162bb4834ee9b3845f818175c99cea4e

satran004 avatar Dec 05 '21 15:12 satran004

I can confirm that it works fine. Did you consider to move to contrib package all libraries apart from intel architecture?

matiwinnetou avatar Dec 11 '21 22:12 matiwinnetou

Thanks @matiwinnetou Current plan is to keep the followings packages in the main jar. Apart from available automated tests (unit tests/ integration tests), these packages also go through some level of manual testing in every release.

  • Apple MacOS (Intel and Apple Silicon)
  • Linux (x86_64) (Ubuntu 18.04 and above or compatible ...)
  • Windows 64bits (x86_64)

The plan is to add all other packages (specific to other platforms) to the "-extras" module. These packages will go through unit tests. But integration tests / manual tests may not be done for every release. Though this could change in future.

satran004 avatar Dec 12 '21 02:12 satran004