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
LABEL org.opencontainers.image.description="Contains Ceedling, supporting frameworks, and GNU C toolchain to provide a unit testing and build system environment for C projects"
@@ -115,7 +119,7 @@ RUN set -ex \
115
119
116
120
# Microsoft Dotnet installation to support `reportgenerator` for `gcov` plugin
117
121
# Only available on AMD64 image builds
118
-
RUN if [[ $TARGETPLATFORM =="linux/amd64" ]] ; then set -ex \
122
+
RUN if ["$TARGETPLATFORM" ="linux/amd64" ]; then set -ex \
LABEL org.opencontainers.image.description="Contains Ceedling, supporting frameworks, and GNU C toolchain to provide a unit testing and build system environment for C projects"
LABEL org.opencontainers.image.description="Contains Ceedling, supporting frameworks, and GNU C toolchain to provide a unit testing and build system environment for C projects"
0 commit comments