From 2bc7d3dc7e5553d78dc54f2d399d615b6b6a38fa Mon Sep 17 00:00:00 2001 From: Mikkel Oscar Lyderik Larsen Date: Tue, 13 Jan 2026 17:24:28 +0100 Subject: [PATCH] Fix linting issues in delivery.yaml Signed-off-by: Mikkel Oscar Lyderik Larsen --- delivery.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/delivery.yaml b/delivery.yaml index 11e17c012..a8716399c 100644 --- a/delivery.yaml +++ b/delivery.yaml @@ -17,8 +17,8 @@ pipeline: image: cdp-runtime/go cache: paths: - - /go/pkg/mod # pkg cache for Go modules - - ~/.cache/go-build # Go build cache + - /go/pkg/mod # pkg cache for Go modules + - ~/.cache/go-build # Go build cache commands: - desc: Run unit tests cmd: | @@ -65,7 +65,7 @@ pipeline: else IMAGE=${MULTI_ARCH_REGISTRY}/postgres-operator-ui-test fi - + make appjs docker buildx create --config /etc/cdp-buildkitd.toml --driver-opt network=host --bootstrap --use docker buildx build --platform linux/amd64,linux/arm64 \