You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add build-dev-container workflow and Ubuntu devcontainer
- Added a new workflow file `build-dev-container.yaml` to build the development container.
- Created a new devcontainer configuration file `devcontainer.json` for Ubuntu.
- The workflow sets up a matrix based on subfolders in the templates directory.
- The build step now uses the subfolder from the matrix to specify the template and image name.
This commit adds support for building the development container and includes an initial configuration for Ubuntu.
0 commit comments