From 0b75ed64c9de9e1a8a1383f7cb583e18dadeb01d Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Thu, 8 Jun 2023 14:29:23 +0200 Subject: [PATCH] ci: add arch --- .drone.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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