mandelmapper/.drone.yml
Steven Polley 1dd6fa470e
All checks were successful
continuous-integration/drone/push Build is passing
move from deadbeef.codes to code.stevenpolley.net
2024-06-28 11:57:09 -06:00

24 lines
397 B
YAML

kind: pipeline
name: default
workspace:
base: /go
path: src/code.stevenpolley.net/steven/mandelmapper
steps:
- name: build
image: golang
pull: always
environment:
GOOS: linux
GOARCH: amd64
CGO_ENABLED: 0
commands:
- go version
- go get
- go build -a -ldflags '-w'
- name: publish
image: plugins/docker
settings:
repo: registry.stevenpolley.net/mandelmapper