armv7 removed
This commit is contained in:
parent
02ec4dbe04
commit
6cd9ce42b6
42
.drone.yml
42
.drone.yml
@ -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
|
|
||||||
|
@ -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
|
|
||||||
|
Loading…
Reference in New Issue
Block a user