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 03:11:21 +00:00
|
|
|
publish:
|
|
|
|
image: plugins/docker
|
2018-08-02 03:36:21 +00:00
|
|
|
custom_dns: [ 8.8.8.8, 8.8.4.4 ]
|
2018-08-02 03:25:49 +00:00
|
|
|
repo: deadbeef.codes:5001/mandelmap
|
|
|
|
insecure: true
|
|
|
|
registry: deadbeef.codes:5001
|
2018-08-02 03:11:21 +00:00
|
|
|
# auto_tag: true
|
|
|
|
# auto_tag_suffix: linux-rpi3
|