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