diff options
| author | Michael Grote | 2023-06-08 14:29:23 +0200 |
|---|---|---|
| committer | Michael Grote | 2023-06-08 14:29:23 +0200 |
| commit | 0b75ed64c9de9e1a8a1383f7cb583e18dadeb01d (patch) | |
| tree | a7c53c7a38ea8528abdfd7c87e2676eeabf614dd | |
| parent | f645184ce083f3bbeb5a1171007a83053a671859 (diff) | |
ci: add arch
| -rw-r--r-- | .drone.yml | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -33,6 +33,9 @@ steps: - ${DRONE_COMMIT_SHA:0:8} - ${DRONE_COMMIT_BRANCH} - latest + platforms: + - linux/arm64 + - linux/amd64 when: event: exclude: @@ -53,6 +56,9 @@ steps: - ${DRONE_COMMIT_SHA:0:8} - ${DRONE_COMMIT_BRANCH} - latest + platforms: + - linux/arm64 + - linux/amd64 when: event: exclude: @@ -68,6 +74,9 @@ steps: registry: registry.mgrote.net tags: - ${DRONE_TAG} + platforms: + - linux/arm64 + - linux/amd64 when: event: - tag @@ -84,6 +93,9 @@ steps: repo: quotengrote/mdns-repeater-mikrotik tags: - ${DRONE_TAG} + platforms: + - linux/arm64 + - linux/amd64 when: event: - tag |