From c50cf6356d73a63880b0e8b023f5f5f95c9e5583 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Wysoki=C5=84ski?= Date: Sun, 10 Jul 2022 18:55:13 +0200 Subject: [PATCH] skip arm64 build for now --- .drone.yml | 34 +--------------------------------- manifest.tmpl | 6 ------ 2 files changed, 1 insertion(+), 39 deletions(-) diff --git a/.drone.yml b/.drone.yml index e53e3ea..8e7e631 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 diff --git a/manifest.tmpl b/manifest.tmpl index 2f3661b..67c6f90 100644 --- a/manifest.tmpl +++ b/manifest.tmpl @@ -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