Re: Pushing Docker Images

2021-11-18 Thread Allen Wittenauer
> On Nov 18, 2021, at 1:27 PM, Chris Lambertus wrote: > > x86_64 docker on M1 is going to be running under rosetta2 emulation mode (i > didn't even know you could do that,) and would potentially be considerably > slower than native x86_64 hardware.. The results would likely be different if

Re: Pushing Docker Images

2021-11-18 Thread Chris Lambertus
> On Nov 17, 2021, at 10:22 AM, Allen Wittenauer > wrote: > > > >> On Nov 17, 2021, at 4:17 AM, Martin Grigorov wrote: >> >>> - In my trials this morning, building both amd64 and arm64 took >>> ~1h. That’s at least better than my M1 Max MBP which never completed after >>> several ho

Re: Pushing Docker Images

2021-11-18 Thread Allen Wittenauer
PR was merged. If anyone is curious what multi-arch repo looks like under GHCR: https://github.com/apache/yetus/pkgs/container/yetus https://github.com/apache/yetus/pkgs/container/yetus-base Thanks.

Re: Pushing Docker Images

2021-11-17 Thread Allen Wittenauer
> On Nov 17, 2021, at 4:17 AM, Martin Grigorov wrote: > >>- In my trials this morning, building both amd64 and arm64 took >> ~1h. That’s at least better than my M1 Max MBP which never completed after >> several hours. >> > > Did you just say that x86_64+QEMU was faster than M1 Max ?!

Re: Pushing Docker Images

2021-11-17 Thread Martin Grigorov
Hi Allen, On Tue, Nov 16, 2021 at 7:17 PM Allen Wittenauer wrote: > > > > On Nov 16, 2021, at 2:34 AM, Martin Grigorov > wrote: > > > > Hi Allen, > > > > I've just documented how one could use Oracle Cloud free plan to build > and > > test on Linux ARM64 for free! > > Please check > > > https:/

Re: Pushing Docker Images

2021-11-16 Thread Allen Wittenauer
> On Nov 16, 2021, at 2:34 AM, Martin Grigorov wrote: > > Hi Allen, > > I've just documented how one could use Oracle Cloud free plan to build and > test on Linux ARM64 for free! > Please check > https://martin-grigorov.medium.com/github-actions-arm64-runner-on-oracle-cloud-a77cdf7a325a > and

Re: Pushing Docker Images

2021-11-16 Thread Jarek Potiuk
Cool! I will take a look at that in the coming weeks :) On Tue, Nov 16, 2021 at 11:35 AM Martin Grigorov wrote: > > Hi Allen, > > I've just documented how one could use Oracle Cloud free plan to build and > test on Linux ARM64 for free! > Please check > https://martin-grigorov.medium.com/github-a

Re: Pushing Docker Images

2021-11-16 Thread Martin Grigorov
Hi Allen, I've just documented how one could use Oracle Cloud free plan to build and test on Linux ARM64 for free! Please check https://martin-grigorov.medium.com/github-actions-arm64-runner-on-oracle-cloud-a77cdf7a325a and see whether it could be helpful for your case! You will need Apache Infra

Pushing Docker Images

2021-11-12 Thread Allen Wittenauer
Hi. For those at build multi-arch, what process are people using to push images to docker hub? We’ve been using the automated builder but it doesn’t appear to support arm64. I’m debating moving the builder … somewhere… and then pushing multi arch that way. Thoughts? Thank