22 lines
451 B
YAML
22 lines
451 B
YAML
workspace:
|
|
base: /go
|
|
path: src/deadbeef.codes/steven/mandelmapper
|
|
|
|
pipeline:
|
|
build:
|
|
image: golang:latest
|
|
environment:
|
|
- GOOS=linux
|
|
- GOARCH=arm
|
|
- GOARM=7
|
|
commands:
|
|
- go get
|
|
- go build
|
|
publish:
|
|
image: plugins/docker
|
|
custom_dns: [ 8.8.8.8, 8.8.4.4 ]
|
|
repo: deadbeef.codes:5001/mandelmap
|
|
insecure: true
|
|
registry: deadbeef.codes:5001
|
|
# auto_tag: true
|
|
# auto_tag_suffix: linux-rpi3 |