Hi Илья, On Mon, Aug 9, 2021 at 12:45 PM Илья Шипицин <[email protected]> wrote:
> I'm using arm64 in Oracle Cloud Ampere A1 Compute | Oracle > <https://www.oracle.com/cloud/compute/arm/> > Yes! OCI has an ARM64 VM in their free tier! They also provide easy integration with GitHub Actions - https://blogs.oracle.com/cloud-infrastructure/post/announcing-github-actions-arm-runners-for-the-arm-compute-platform-on-oracle-cloud-infrastructure But the issue here is that GitHub Actions self-hosted runners are not recommended for public/OSS projects because bad people can execute malware on your VM via (meaningless) Pull Requests. > > > also, I've found promising approach (using ARM on Github Actions) Bump > Bootstrap version from 5.0.2 to 5.1.0 · phpmyadmin/phpmyadmin@c90affe > (github.com) <https://github.com/phpmyadmin/phpmyadmin/runs/3274334375> > This setup uses QEMU - https://github.com/phpmyadmin/phpmyadmin/blob/c90affe793b56fb6f5e1c7eed676ec9031fb1480/.github/workflows/tests.yml#L51 . It works but it is much slower than using a real ARM64 machine/VM. Martin > пн, 9 авг. 2021 г. в 14:29, Willy Tarreau <[email protected]>: > >> Hi Martin, >> >> On Mon, Aug 09, 2021 at 11:04:34AM +0300, Martin Grigorov wrote: >> > TravisCI just announced some improvements related to 'arch: arm64' >> (using >> > Equnix Metal machines) - >> https://blog.travis-ci.com/2021-08-06-oss-equinix. >> >> Thanks for the info! >> >> > But I also had some similar problems with them recently and replaced the >> > config with 'arch: arm64-graviton2; group: edge; virt: vm;', i.e. AWS >> > Graviton2 machines. In my experience they behave more stable! >> >> Yeah, these machines are really fantastic. The real problem anyway is >> likely that nowadays everyone is interested in testing on arm and very >> few have one available, let alone even a cross-compiler, so I suspect >> that these days a lot of people enable arm builds in such CI environments >> because it's the only way they have to make sure their code builds there >> at all. >> >> Cheers, >> Willy >> >

