From 6cd9ce42b6c41825bc49360f6eb37c381c8a0332 Mon Sep 17 00:00:00 2001 From: paspo Date: Thu, 2 May 2024 09:17:10 +0200 Subject: [PATCH] armv7 removed --- .drone.yml | 42 ------------------------------------------ manifest.tmpl | 12 ------------ 2 files changed, 54 deletions(-) diff --git a/.drone.yml b/.drone.yml index bfe7423..6228bf3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -84,47 +84,6 @@ steps: event: - tag -# no build server available (at the moment) for this arch - -# --- -# kind: pipeline -# type: docker -# name: linux-arm - -# platform: -# arch: arm -# os: linux - -# steps: -# - name: build -# image: plugins/docker:linux-arm -# settings: -# dockerfile: Dockerfile -# dry_run: true -# repo: docker.asperti.com/paspo/hugo -# when: -# event: -# - push - -# - name: build_and_publish -# image: plugins/docker:linux-arm -# settings: -# dockerfile: Dockerfile -# force_tag: true -# password: -# from_secret: docker_password -# registry: docker.asperti.com -# repo: docker.asperti.com/paspo/hugo -# username: -# from_secret: docker_username -# tags: -# - ${DRONE_TAG}-linux-arm -# - ${DRONE_SEMVER_MAJOR}.${DRONE_SEMVER_MINOR}-linux-arm -# - ${DRONE_SEMVER_MAJOR}-linux-arm -# when: -# event: -# - tag - --- kind: pipeline type: docker @@ -154,4 +113,3 @@ trigger: depends_on: - linux-amd64 - linux-arm64 -# - linux-arm diff --git a/manifest.tmpl b/manifest.tmpl index 2ed197a..fbe0645 100644 --- a/manifest.tmpl +++ b/manifest.tmpl @@ -17,15 +17,3 @@ manifests: variant: v8 architecture: arm64 os: linux - - - image: docker.asperti.com/paspo/hugo:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}linux-arm - platform: - variant: v7 - architecture: arm - os: linux - - - image: docker.asperti.com/paspo/hugo:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}linux-arm - platform: - variant: v6 - architecture: arm - os: linux