arakelian / java-jq

Lightweight Java wrapper around JQ, a flexible JSON processor available for multiple platforms
MIT License
82 stars 10 forks source link

Add support for linux:aarch64 #20

Closed nicsor closed 1 year ago

nicsor commented 1 year ago

Add script to build and add support for libjq for linux-aarch64.

Note: In oder to run multiplatform build in docker, one just needs to run: docker run --privileged --rm tonistiigi/binfmt --install all

as described in: https://docs.docker.com/build/building/multi-platform/#building-multi-platform-images

Signed-off-by: Nicolae Natea nicu@natea.ro Signed-off-by: Nicolae Natea natean@openfabric.ai

andrei-tara commented 1 year ago

@arakelian can you please push this on maven?

arakelian commented 1 year ago

@andrei-tara Try 1.3.0, see https://search.maven.org/search?q=g:com.arakelian%20AND%20a:java-jq

andrei-tara commented 1 year ago

@andrei-tara Try 1.3.0, see https://search.maven.org/search?q=g:com.arakelian%20AND%20a:java-jq

This seams to be an old one, need a new push I guess

image