Skip to main content

One post tagged with "recipe"

View All Tags

Building Linux/x64 containers on OS X on Apple Silicon with Pants

· 3 min read
Alex Kouzemtchenko
CTO & Founder at Espresso AI

Espresso AI started as a primarily Linux shop, but as we've added more developers on OS X we've needed a way to build docker containers on OS X that are compatible with our Linux production environment.

Pants has supported running portions of the build in docker containers for a while, but the exact configuration is a little tricky, particularly if you want to build x86_64 containers on Apple ARM processors.