armv7 removed

This commit is contained in:
Paolo Asperti 2024-05-02 09:17:10 +02:00
parent 02ec4dbe04
commit 6cd9ce42b6
Signed by: paspo
GPG Key ID: 06D46905D19D5182
2 changed files with 0 additions and 54 deletions

View File

@ -84,47 +84,6 @@ steps:
event: event:
- tag - 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 kind: pipeline
type: docker type: docker
@ -154,4 +113,3 @@ trigger:
depends_on: depends_on:
- linux-amd64 - linux-amd64
- linux-arm64 - linux-arm64
# - linux-arm

View File

@ -17,15 +17,3 @@ manifests:
variant: v8 variant: v8
architecture: arm64 architecture: arm64
os: linux 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