Don't latest manifest, add arm32 manifest
Some checks failed
continuous-integration/drone/tag Build is failing

This commit is contained in:
Aode (lion) 2021-12-19 12:53:23 -06:00
parent 8d12c862b5
commit 7052e5ed47
2 changed files with 6 additions and 11 deletions

View file

@ -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

View file

@ -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