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