asottile / dockerfile

Parse a dockerfile into a high-level representation using the official go parser
MIT License
95 stars 18 forks source link

Support for ARM64 Linux Wheels #155

Closed ruzzle closed 12 months ago

ruzzle commented 12 months ago

Hello, are you able to add support in the CI/CD pipeline to build and deploy Linux ARM64 wheels to PyPi? We have adopted dockerfile in a local pipeline that is being run from linux arm64 containers, but these pipelines fail due to the fact that they need golang to compile the source. This is a dependency that we ideally would not really want

asottile commented 12 months ago

sorry, maybe try piwheels