Re: Deploy with multiple platform artifacts build separately

2023-05-30 Thread tison
I can just release locally, > but right now I already use GitHub Actions to do multiple platform building > and full automation seems reasonable to try. > 2. Cross compile for different arch due to the lack of arm64 machine on > GitHub Actions. Yes, this is totally unrelated to M

Re: Deploy with multiple platform artifacts build separately

2023-05-25 Thread tison
convey my text password to even our INFRA member to configure a platform secret. Maybe I can just release locally, but right now I already use GitHub Actions to do multiple platform building and full automation seems reasonable to try. 2. Cross compile for different arch due to the lack of arm64

Re: Deploy with multiple platform artifacts build separately

2023-05-25 Thread Tamás Cservenák
amas On Thu, May 25, 2023 at 2:10 PM tison wrote: > Hi devs, > > I'm trying to deploy Apache OpenDAL with multiple platform artifacts on its > Java binding[1]. > > Using the ASF Parent POM, I freely get a `mvn -P apache-relase deply` > target to make the release -

Deploy with multiple platform artifacts build separately

2023-05-25 Thread tison
Hi devs, I'm trying to deploy Apache OpenDAL with multiple platform artifacts on its Java binding[1]. Using the ASF Parent POM, I freely get a `mvn -P apache-relase deply` target to make the release - that is great! Although, every time when I execute this command, I can only release fo

multiple-platform

2004-12-29 Thread Glasman, AdiX
Does Maven supports build on multiple-platform and finally collect the build artifacts on different platform and forms into one package?