From 1605813ea84ea49c7a1735d8d63db0a8453fef31 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 14 Jan 2020 16:03:23 +0100 Subject: [PATCH] fix drone pipeline --- .drone.star | 5 +---- .drone.yml | 5 +---- docker/manifest.tmpl | 4 ++++ 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.drone.star b/.drone.star index 1ede03f..eb3d655 100644 --- a/.drone.star +++ b/.drone.star @@ -180,15 +180,12 @@ def notification(): 'kind': 'pipeline', 'type': 'docker', 'name': 'notification', - 'clone': { - 'disable': True - }, 'steps': [ { 'name': 'manifest', 'image': 'plugins/manifest', 'settings': { - 'auto_tag': 'true', + 'auto_tag': True, 'username': { 'from_secret': 'docker_username' }, diff --git a/.drone.yml b/.drone.yml index f0742bb..392fb70 100644 --- a/.drone.yml +++ b/.drone.yml @@ -271,9 +271,6 @@ platform: os: linux arch: amd64 -clone: - disable: true - steps: - name: manifest image: plugins/manifest @@ -313,6 +310,6 @@ depends_on: --- kind: signature -hmac: 8c65eff50af8574d8623946b9337b1befe6abc179d13bfcea2ea97deab2e84f6 +hmac: f15877ab66dddf208fe6c8df97b8c6cbec01b48f4b78061fe33421c3884356df ... diff --git a/docker/manifest.tmpl b/docker/manifest.tmpl index 5092452..3581e3f 100644 --- a/docker/manifest.tmpl +++ b/docker/manifest.tmpl @@ -10,11 +10,15 @@ manifests: platform: architecture: amd64 os: linux + - image: xoxys/github-releases-notifier:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}arm64 platform: architecture: arm64 os: linux + variant: v8 + - image: xoxys/github-releases-notifier:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}arm platform: architecture: arm os: linux + variant: v7