diff options
| author | Michael Grote | 2023-06-08 14:32:13 +0200 |
|---|---|---|
| committer | Michael Grote | 2023-06-08 14:32:13 +0200 |
| commit | e3134bed420b8edf866a55f51c06aea9688c7c5e (patch) | |
| tree | 6d11892f87065f98082baa43c7c549515f6838db | |
| parent | 0b75ed64c9de9e1a8a1383f7cb583e18dadeb01d (diff) | |
ci: fix platforms
| -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 |