17 lines
304 B
YAML
17 lines
304 B
YAML
|
pipeline:
|
||
|
build:
|
||
|
image: golang
|
||
|
environment:
|
||
|
- GOOS=linux
|
||
|
- GOARCH=arm
|
||
|
- GOARM=7
|
||
|
commands:
|
||
|
- go build
|
||
|
|
||
|
|
||
|
publish:
|
||
|
image: plugins/docker
|
||
|
repo: deadbeef.codes:5000/mandelmap
|
||
|
registry: deadbeef.codes:5000
|
||
|
auto_tag: true
|
||
|
auto_tag_suffix: linux-rpi3
|