https://github.com/streamlink/manylinux
forked from https://github.com/pypa/manylinux with a modified build and deploy config
https://github.com/streamlink/manylinux
Last synced: 7 months ago
JSON representation
forked from https://github.com/pypa/manylinux with a modified build and deploy config
- Host: GitHub
- URL: https://github.com/streamlink/manylinux
- Owner: streamlink
- License: mit
- Created: 2025-02-10T20:53:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-13T15:29:11.000Z (about 1 year ago)
- Last Synced: 2025-06-30T02:43:27.543Z (9 months ago)
- Language: Shell
- Size: 3.77 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# streamlink/manylinux
This is a fork of the [`pypa/manylinux`](https://github.com/pypa/manylinux) repository.
The purpose of this fork is having slim manylinux image builds that are used as the build environment
for [Streamlink's AppImages](https://github.com/streamlink/streamlink-appimage).
Please see the upstream docs for more information.
## Key changes
- only Streamlink-relevant CPython builds
- only x86\_64 and aarch64 image builds
- forced OpenSSL builds
- built on GitHub actions and deployed to GHCR
Upstream changes will be merged back regularly. A big thank you to the upstream manylinux maintainers.