protoc-gen-validate icon indicating copy to clipboard operation
protoc-gen-validate copied to clipboard

Java: support for linux-aarch_64 architecture

Open jmadureira opened this issue 2 years ago • 1 comments

Currently linux-aarch_64 architecture isn't supported which poses some problems when, for instance, running maven inside docker on an M1 Apple.

How easy would it be to add support for this?

jmadureira avatar Sep 07 '22 12:09 jmadureira

Hi @jmadureira, I recently uplifted parts of the build and the projects dependencies in #629... this supports aarch builds for improved local development. Soon I will be looking at supporting aarch at runtime, thanks for your interest in PGV!

elliotmjackson avatar Sep 19 '22 18:09 elliotmjackson