diff options
| -rw-r--r-- | .drone.yml | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -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 |