mandelmapper/.drone.yml

22 lines
412 B
YAML
Raw Normal View History

2018-08-02 01:44:17 +00:00
workspace:
base: /go
2018-08-02 01:53:21 +00:00
path: src/deadbeef.codes/steven/mandelmapper
2018-08-02 01:44:17 +00:00
2018-08-02 01:23:42 +00:00
pipeline:
build:
2018-08-02 01:44:17 +00:00
image: golang:latest
2018-08-02 01:23:42 +00:00
environment:
- GOOS=linux
- GOARCH=arm
- GOARM=7
commands:
2018-08-02 01:44:17 +00:00
- go get
2018-08-02 01:23:42 +00:00
- go build
2018-08-02 02:03:15 +00:00
- lsblk
2018-08-02 01:23:42 +00:00
publish:
image: plugins/docker
2018-08-02 02:34:36 +00:00
repo: deadbeef.codes/steven/mandelmap
2018-08-02 01:23:42 +00:00
registry: deadbeef.codes:5000
2018-08-02 02:11:12 +00:00
# auto_tag: true
# auto_tag_suffix: linux-rpi3