dyndns-client/.drone.yml

14 lines
205 B
YAML
Raw Normal View History

2021-04-23 14:02:15 +00:00
kind: pipeline
type: docker
name: amd64
steps:
- name: build-linux-amd64
image: docker.io/volkerraschek/build-image:latest
commands:
- make
when:
event:
- push
- pull_request
- tag