pypiserver / pypiserver

Minimal PyPI server for uploading & downloading packages with pip/easy_install

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build docker images for multiple platforms

harryzcy opened this issue · comments

The github action release workflow can support arm architecture via docker/setup-qemu-action.

This is handy when running docker images on arm machines like Raspberry Pi.

duplicate of #364