diff --git a/.drone.jsonnet b/.drone.jsonnet index 30cb13e..512edc3 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -36,6 +36,9 @@ local pipeline(os, arch) = { auto_tag: true, auto_tag_suffix: os + "-" + arch }, + platforms: [ + os + "/" + arch + ], when: { event: "tag" },