drone now?
This commit is contained in:
17
.drone.yml
Normal file
17
.drone.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
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
|
Reference in New Issue
Block a user