Skip to content

litui/deluge-ci-images

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deluge CI Toolchains

This repository has tools for building (and uploading to the Github Container Registry) ubuntu-based docker images that package the Deluge Build Tools toolchain. To use them locally, this snippet should work (run within the [DelugeFirwmare] repository):

docker run --rm \
    --user=$(id --user):$(id --group) \
    -v $(pwd):/src \
    ghcr.io/bobtwinkles/deluge-ci-images:main \
    --e2_target=dbt-build-release-oled

Development

This repository is set up to automatically publish images to GHCR on push. For local development, there's some support for locally downloaded versions of the toolchains. Check the Dockerfile for the COPY command to uncomment for that.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 91.6%
  • Shell 8.4%