Hey team, I’m trying to build a docker image usin...
# general
p
Hey team, I’m trying to build a docker image using pants in M1 Mac. The PEX files copied are dependent on the pip packages that are not available for M1 Mac. So I wanted to specify
--platform
option of the docker build command. How do I specify the
--platform
in the
docker_image
directive?
b
https://github.com/pantsbuild/pants/issues/17539#issuecomment-1314650491 has a potential work around (and that whole issue is relveant)
👀 1
🙏 1
1