skip arm64 build for now
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Dawid Wysokiński 2022-07-10 18:55:13 +02:00
parent 0c708c9bc1
commit c50cf6356d
Signed by: Kichiyaki
GPG Key ID: 1ECC5DE481BE5184
2 changed files with 1 additions and 39 deletions

View File

@ -2,10 +2,6 @@ kind: pipeline
type: docker
name: linux-amd64
platform:
os: linux
arch: amd64
steps:
- name: publish
image: plugins/docker
@ -16,37 +12,11 @@ steps:
from_secret: docker_password
repo: kichiyaki/caddy
auto_tag: true
auto_tag_suffix: linux-amd64
dockerfile: Dockerfile
trigger:
event:
- push
- tag
---
kind: pipeline
type: docker
name: linux-arm64
platform:
os: linux
arch: arm64
steps:
- name: publish
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: kichiyaki/caddy
auto_tag: true
dockerfile: Dockerfile
trigger:
event:
- push
- tag
---
@ -68,9 +38,7 @@ steps:
trigger:
event:
- push
- tag
depends_on:
- linux-amd64
- linux-arm64

View File

@ -11,9 +11,3 @@ manifests:
platform:
architecture: amd64
os: linux
-
image: kichiyaki/caddy:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}linux-arm64
platform:
variant: v8
architecture: arm64
os: linux