Skip to content
GitLab
Explore
Sign in
Commits on Source (2)
Fix breaking whitespace in the previous fix
· ff568a43
Dom Sekotill
authored
Apr 05, 2023
ff568a43
debug
· 0fd22485
Dom Sekotill
authored
Apr 06, 2023
0fd22485
Hide whitespace changes
Inline
Side-by-side
pipeline-templates/build-image.yml
View file @
0fd22485
...
...
@@ -72,7 +72,7 @@ Build:
. build.env
-
|
: buildctl build ...
opts() { test $# -eq 0 || printf "
--opt\0build-arg:%s\0" "$@"; }
opts() { test $# -eq 0 || printf "--opt\0build-arg:%s\0" "$@"; }
build()
{
opts "$@" | xargs -0 buildctl build \
...
...
@@ -85,6 +85,7 @@ Build:
${PLATFORMS:+--opt platform=${PLATFORMS// }} \
${TARGET+--opt target=$TARGET}
}
env
eval "build ${BUILD_ARGS}"
artifacts
:
reports
:
...
...