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
Each build produces multiple variants of the `madsciencelab` Docker images containing Ceedling and its supporting frameworks as well as various utilities and compilation toolchains. Each image targets multiple host platforms.
3
+
Each build produces multiple variants of the `throwtheswitch/madsciencelab` Docker images containing Ceedling and its supporting frameworks as well as various utilities and compilation toolchains. Each image built from this repository targets multiple runtime host platforms.
4
4
5
-
A dev build of this repository in a Github Action generates files and validates the Docker image build. A release build also pushes the resulting Docker images to Docker hub.
5
+
Build types (via Github Actions):
6
+
7
+
1. A dev build of this repository generates files and validates the Docker image build.
8
+
1. A release build adds to (1) by also pushing the resulting Docker images to Docker Hub.
6
9
7
10
See the [Docker Hub repository](https://hub.docker.com/r/throwtheswitch) for official releases of the resulting Docker images and their documentation.
8
11
9
-
## Contents
12
+
## Build Artifacts
10
13
11
14
* A zip archive for each Docker image containing the generated Dockerfile and any other generated file artifacts used to build the image in Docker Hub.
12
15
* A zip archive of the entire project including the static assets used to build the Docker images.
13
16
14
-
See this reository’s documentation for instructions on how to use the tools of this repository and how to build these Docker images.
17
+
See this reository’s documentation for instructions on how to use the tools of this repository and how to manually build the Docker images this repository maintains.
0 commit comments