diff --git a/.drone.yml b/.drone.yml index a81434f..ff7f90d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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