Skip to content
Commits on Source (2)
......@@ -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:
......