https://github.com/gpongelli/arm-runner-python
ARM runner action images with built python
https://github.com/gpongelli/arm-runner-python
Last synced: 5 months ago
JSON representation
ARM runner action images with built python
- Host: GitHub
- URL: https://github.com/gpongelli/arm-runner-python
- Owner: gpongelli
- License: mit
- Created: 2023-02-09T14:52:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-19T17:26:55.000Z (over 3 years ago)
- Last Synced: 2025-01-30T11:41:47.907Z (over 1 year ago)
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ARM-Runner images with compiled Python
ARM-Runner images, from [RaspiOS lite repo](https://downloads.raspberrypi.org/raspios_lite_armhf/images/), rebuilt to contain
listed Python, built from sourcecode, into `/opt/build_python/installed` folder.
Made to be used with [arm-runner-action](https://github.com/pguyot/arm-runner-action) when building Python C-extension projects,
to have available Python's headers and libraries, avoiding compile them on each workflow run.
For full combination of ARM architecture and Python versions, please see assets into
[Release page](https://github.com/gpongelli/arm-runner-python/releases).
* GitHub:
* Free software: MIT