OrbitalBeat/.drone.yml
DataHoarder 7943793fbf
All checks were successful
continuous-integration/drone/push Build is passing
Verbose build, AMD64 features
2022-01-18 11:56:39 +01:00

13 lines
169 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: backend
image: golang:1.18-rc-bullseye
commands:
- GOAMD64=v2 go build -v -o orbeat .
...