CI: remove ARM build
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
vincent 2024-09-29 11:18:13 +02:00
parent cfda4dd924
commit d6a0104b7f

View File

@ -18,24 +18,6 @@ steps:
from_secret: docker_password
---
kind: pipeline
name: build_arm64
platform:
os: linux
arch: arm64
steps:
- name: docker
image: plugins/docker
settings:
repo: ducampsv/docker-backup-postgres
auto_tag: "true"
auto_tag_suffix: arm64
username:
from_secret: docker_username
password:
from_secret: docker_password
---
kind: pipeline
type: docker
name: manifest
@ -52,10 +34,8 @@ steps:
from_secret: docker_password
platforms:
- linux/amd64
- linux/arm64
depends_on:
- build_amd64
- build_arm64
---
kind: secret
name: docker_username