Martin Grigorov

Results 462 comments of Martin Grigorov

Here is how I use `multiarch/qemu-user-static` on GitHub Actions: https://github.com/martin-g/haproxy/blob/feature/test-aarch64-on-github-actions/.github/workflows/aarch64.yml and here is on CircleCI: https://github.com/varnishcache/varnish-cache/tree/master/.circleci

Hi @toopay, This is exactly what I need. I'd prefer to "get it from the official package" than to build it locally. Thank you!

> so can i have some brief answer for this question? brief answer: yes, it is normal that emulated execution is several times slower than the same command on a...

> there is no way to improve just by configuring something? at least I am not aware of such way > and is my understanding about `kvm` is right? yes,...

https://martin-grigorov.medium.com/build-linux-software-for-foreign-cpu-architectures-on-arm64-463a95d15460

@tony429001986 What are you trying to do ? Better create a new issue with more details instead ?!

@b1nch0 I don't see anything at https://tech.smartling.com/building-multi-architecture-docker-images-on-arm-64-c3e6f8d78e1c stating that `docker run --rm --privileged multiarch/qemu-user-static --reset -p yes` could be executed on arm64. I use it on x86_64 machine to build...

I have blogged about QUS at https://martin-grigorov.medium.com/build-linux-software-for-foreign-cpu-architectures-on-arm64-463a95d15460

I am not sure that Docker(daemon) provides such functionality. You should use OS service (like systemd) to run the image with your preferred arguments.

You need to run `docker run -it --rm --privileged multiarch/qemu-user-static --credential yes --persistent yes` first. See https://martin-grigorov.medium.com/building-linux-packages-for-different-cpu-architectures-with-docker-and-qemu-d29e4ebc9fa5