From 7052e5ed47a4531b00d70ae1235e663c9ea2469c Mon Sep 17 00:00:00 2001 From: "Aode (lion)" Date: Sun, 19 Dec 2021 12:53:23 -0600 Subject: [PATCH] Don't latest manifest, add arm32 manifest --- .drone.yml | 11 ----------- manifest.tmpl | 6 ++++++ 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0b4c003..084bca8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -134,17 +134,6 @@ steps: ignore_missing: true spec: manifest.tmpl -- name: manifest-latest - image: plugins/manifest:1 - settings: - username: asonix - password: - from_secret: dockerhub_token - dump: true - tag: latest - ignore_missing: true - spec: manifest.tmpl - depends_on: - publish-amd64 diff --git a/manifest.tmpl b/manifest.tmpl index 8a499d0..549f2b5 100644 --- a/manifest.tmpl +++ b/manifest.tmpl @@ -11,3 +11,9 @@ manifests: architecture: arm64 os: linux variant: v8 + - + image: asonix/rust-runner:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}linux-arm32v7 + platform: + architecture: arm32 + os: linux + variant: v7