Dockerizing SDCC Compiler for CI/CD.
Platforms:
- Linux x86, x64
Tools:
- SDCC Compiler
docker run --rm -it panoti/sdcc:latest /bin/bash
or
docker run --rm -it ghcr.io/panoti/sdcc-docker:latest /bin/bash
- This image just include sdcc compiler without other tools. If you need more tools, just use
apk
to install. - We support both docker hub and github registry.
SDCC Docker is MIT licensed.