Do folks have examples of using `local_environment...
# general
s
Do folks have examples of using
local_environment
and
docker_environment
to make pants local development agnostic to if a user is running x86 mac, m1 mac, or x86 linux? I was able to get
docker_environment
to work on an M1 for building pex files that are used in x86 linux images (following https://www.pantsbuild.org/docs/environments) however merely defining a
local_environment
breaks that. I'd like a
local_environment
to create m1 compatible pex files for local development