Files
docker-deluge-openvpn/.drone.yml
Beatrice Dellacà f268698aa6
Some checks reported errors
continuous-integration/drone/push Build was killed
try arm build
2025-03-27 00:03:11 +01:00

23 lines
405 B
YAML

---
kind: pipeline
type: kubernetes
name: linux-arm64
platform:
os: linux
arch: arm64
trigger:
event:
- push
steps:
- name: docker
image: plugins/docker
settings:
dockerfile: docker/Dockerfile.arm64
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: bottledpills/deluge-openvpn
auto_tag: true
auto_tag_suffix: linux-arm64