asfd
Some checks failed
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/push/test/2 unknown status
ci/woodpecker/push/test/1 unknown status
ci/woodpecker/push/lint Pipeline failed

This commit is contained in:
Stephan Schnabel 2025-06-11 21:51:08 +02:00
parent 4bc956cada
commit c82bfba04e
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0

View file

@ -47,7 +47,7 @@ COMMAND="$COMMAND --local dockerfile='$BUILDCTL_DOCKERFILE'"
if [[ "${PLUGIN_PLATFORM:-}" == "true" ]]; then if [[ "${PLUGIN_PLATFORM:-}" == "true" ]]; then
COMMAND="$COMMAND --opt platform='$PLUGIN_PLATFORM'" COMMAND="$COMMAND --opt platform='$PLUGIN_PLATFORM'"
fi fi
s
# https://github.com/moby/buildkit/blob/master/README.md#output # https://github.com/moby/buildkit/blob/master/README.md#output
OUTPUT="" OUTPUT=""
if [[ -n "${PLUGIN_NAME:-}" ]]; then if [[ -n "${PLUGIN_NAME:-}" ]]; then