six8 / pyinstaller-alpine

Docker image that can build single file Python apps with PyInstaller for Alpine Linux.
MIT License
80 stars 44 forks source link

Docker images for ARM32v7 and ARM64v8 #5

Closed brezerk closed 5 years ago

brezerk commented 5 years ago

hi

I am trying to build kubeyaml and flux docker images for arm arch and six8/pyinstaller-alpine image seems to be a blocker at this point :)

Would it be possible for you to provide official docker images for ARM32v7 and ARM64v8 please?

If you are interested in -- I can help with adopting binfmt_misc approach used by prometheus https://github.com/prometheus/prometheus/pull/5031 to build multiarch images using circleci CI/CD tool (you may find it useful for project automation btw)

six8 commented 5 years ago

Good idea. Your help would be appreciated.

brezerk commented 5 years ago

hi @six8

Would you be able to start providing official docker images for ARM32v7 and ARM64v8 by adopting CircleCI as described at #6 please?

six8 commented 5 years ago

Done. https://hub.docker.com/u/six8

Thanks!

brezerk commented 5 years ago

Thanks a ton!