Skip to content

panoti/sdcc-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Image CI

SDCC Compiler Docker

Description

Dockerizing SDCC Compiler for CI/CD.

Platforms:

  • Linux x86, x64

Tools:

  • SDCC Compiler

Usage

docker run --rm -it panoti/sdcc:latest /bin/bash

or

docker run --rm -it ghcr.io/panoti/sdcc-docker:latest /bin/bash

Note

  • 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.

License

SDCC Docker is MIT licensed.