multi-py/Multi-Py Image Builder

Build multiarchitecture builds of your favorite Python libraries.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
python_versionThe Python version for this container.yes3.10
target_baseThe target version (slim, alpine, or full)yesfull
packageThe primary python package for the container.yes
package_versionThe version to use in this container.yes
package_latest_versionThe latest version of the package. When this matches `package_version` extra tags are added.no
image_nameThe name of the image (without the registry or tag).yes${{ github.repository }}
platformThe platform string to pass to buildx.yeslinux/amd64,linux/arm64,linux/arm/v7
maintainerThe maintainer, in `Name <email>` format.yes${{ github.repository_owner }}
dockerfileThe path to the dockerfile to use while building.yes""
docker_build_pathThe path to build the image from.yes.
registryThe registry to store the image in.yesghcr.io
registry_usernameThe username for logging into the registry. For the Github registry the repository owner is typically the username.yes${{ github.repository_owner }}
registry_passwordThe password for logging into the registry. For the Github registry the repository owner is typically `secret.GITHUB_TOKEN`.yes

no outputs