From fb01815c85be2d244f5c842ff56e8ff625a8fe93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Sat, 29 Mar 2025 17:30:59 +0100 Subject: [PATCH] fix yaml --- .drone.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index ebf02370e..c85cb891d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -73,18 +73,18 @@ steps: from_secret: docker_password auto_tag: true ignore_missing: true - depends_on: - - linux-amd64 - - linux-arm64 +depends_on: + - linux-amd64 + - linux-arm64 --- kind: pipeline type: kubernetes name: manifest-latest platform: os: linux - arch: amd64 + arch: arm64 node_selector: - kubernetes.io/arch: amd64 + kubernetes.io/arch: arm64 trigger: event: - tag @@ -99,6 +99,6 @@ steps: from_secret: docker_password auto_tag: true ignore_missing: true - depends_on: - - linux-amd64 - - linux-arm64 \ No newline at end of file +depends_on: + - linux-amd64 + - linux-arm64 \ No newline at end of file