Remove arm32v7
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
asonix 2023-06-09 19:27:35 -05:00
parent 02f15e50fa
commit d3bda5afea

View file

@ -64,39 +64,6 @@ trigger:
---
kind: pipeline
type: docker
name: publish-arm32v7
platform:
arch: amd64
steps:
- name: prepare
image: alpine:latest
commands:
- sed -i'' "s/NEXTCLOUD_VERSION/$(echo "${DRONE_TAG}" | sed 's/^v//' | sed 's/-[[:alnum:]]\+$//')/g" Dockerfile
- name: push
image: plugins/docker:20
settings:
username: asonix
password:
from_secret: dockerhub_token
repo: asonix/nextcloud
dockerfile: Dockerfile
auto_tag: true
auto_tag_suffix: linux-arm32v7
build_args:
- REPO_ARCH=arm32v7
- TARGET_TRIPLE=armv7-unknown-linux-musleabihf
trigger:
event:
- tag
---
kind: pipeline
type: docker
name: manifest
@ -120,7 +87,6 @@ steps:
depends_on:
- publish-amd64
- publish-arm64v8
- publish-arm32v7
trigger:
event: