fix pipe
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2025-03-29 18:26:16 +01:00
parent 46585688c6
commit be642e2c4d

View File

@@ -1,7 +1,6 @@
# .drone.yml
---
kind: pipeline
type: docker
type: kubernetes
name: amd64-main
node_selector: # Ensure this runs on an amd64 runner
arch: amd64
@@ -22,7 +21,7 @@ steps:
---
kind: pipeline
type: docker
type: kubernetes
name: arm64-main
node_selector: # Ensure this runs on an arm64 runner
arch: arm64
@@ -43,7 +42,7 @@ steps:
---
kind: pipeline
type: docker
type: kubernetes
name: amd64-tag
node_selector:
arch: amd64
@@ -64,7 +63,7 @@ steps:
---
kind: pipeline
type: docker
type: kubernetes
name: arm64-tag
node_selector:
arch: arm64
@@ -84,7 +83,7 @@ steps:
---
kind: pipeline
type: docker
type: kubernetes
name: manifest-main
# The manifest step can run on either architecture; we'll use amd64 for consistency
node_selector:
@@ -107,7 +106,7 @@ steps:
---
kind: pipeline
type: docker
type: kubernetes
name: manifest-tag
node_selector:
arch: amd64