aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Grote2023-06-08 14:32:13 +0200
committerMichael Grote2023-06-08 14:32:13 +0200
commite3134bed420b8edf866a55f51c06aea9688c7c5e (patch)
tree6d11892f87065f98082baa43c7c549515f6838db
parent0b75ed64c9de9e1a8a1383f7cb583e18dadeb01d (diff)
ci: fix platforms
-rw-r--r--.drone.yml24
1 files changed, 12 insertions, 12 deletions
diff --git a/.drone.yml b/.drone.yml
index ff7f90d..f0c4681 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -33,9 +33,9 @@ steps:
- ${DRONE_COMMIT_SHA:0:8}
- ${DRONE_COMMIT_BRANCH}
- latest
- platforms:
- - linux/arm64
- - linux/amd64
+ platforms:
+ - linux/arm64
+ - linux/amd64
when:
event:
exclude:
@@ -56,9 +56,9 @@ steps:
- ${DRONE_COMMIT_SHA:0:8}
- ${DRONE_COMMIT_BRANCH}
- latest
- platforms:
- - linux/arm64
- - linux/amd64
+ platforms:
+ - linux/arm64
+ - linux/amd64
when:
event:
exclude:
@@ -74,9 +74,9 @@ steps:
registry: registry.mgrote.net
tags:
- ${DRONE_TAG}
- platforms:
- - linux/arm64
- - linux/amd64
+ platforms:
+ - linux/arm64
+ - linux/amd64
when:
event:
- tag
@@ -93,9 +93,9 @@ steps:
repo: quotengrote/mdns-repeater-mikrotik
tags:
- ${DRONE_TAG}
- platforms:
- - linux/arm64
- - linux/amd64
+ platforms:
+ - linux/arm64
+ - linux/amd64
when:
event:
- tag