Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker: Add support for Docker and github workflow #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 17, 2024

  1. Dockerfile: Add a basic dockerfile

    Ensure all the components required to build the documentation is
    available here.
    
    Fixes: TexasInstruments#5
    Signed-off-by: Nishanth Menon <nm@ti.com>
    nmenon committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    3870ef6 View commit details
    Browse the repository at this point in the history
  2. .github: Add a github workflow file

    Add an initial github workflow file that publishes docker container
    
    Fixes: TexasInstruments#5
    Signed-off-by: Nishanth Menon <nm@ti.com>
    nmenon committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    4d2bf52 View commit details
    Browse the repository at this point in the history