Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eeems-org/remarkable-nuitka-build-action
Build with nuitka for a reMarkable
https://github.com/eeems-org/remarkable-nuitka-build-action
action docker qemu remarkable-tablet
Last synced: 3 days ago
JSON representation
Build with nuitka for a reMarkable
- Host: GitHub
- URL: https://github.com/eeems-org/remarkable-nuitka-build-action
- Owner: Eeems-Org
- License: mit
- Created: 2023-12-22T22:24:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-03T22:18:29.000Z (about 1 year ago)
- Last Synced: 2024-11-09T03:02:50.564Z (about 2 months ago)
- Topics: action, docker, qemu, remarkable-tablet
- Language: Shell
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# remarkable-nuitka-build-action
Compile a python script with nuitka into a binary that will run on a reMarkable tablet.See [action.yml](action.yml) for the possible inputs.
# Usage
```yaml
- uses: Eeems-Org/remarkable-nuitka-build-action@v2
with:
main: hello.py
```