Hacker News new | ask | show | jobs
by lflux 1424 days ago
Just on amd64 right now, we want to move to add support for arm64.

Sadly we adopted CircleCI early on and make heavy use of their support for multiple containers - if you specify a list of containers in a Docker job, it will execute the tests in the first container and connect the other containers as "data" containers (think redis, mysql et c) for use in tests.