This commit is contained in:
parent
88e45d7296
commit
a3da7062de
1 changed files with 14 additions and 0 deletions
14
build/ci/drone.yaml
Normal file
14
build/ci/drone.yaml
Normal file
|
@ -0,0 +1,14 @@
|
|||
kind: pipeline
|
||||
type: docker
|
||||
name: linux-amd64-taggedver
|
||||
|
||||
platform:
|
||||
arch: amd64
|
||||
os: linux
|
||||
|
||||
steps:
|
||||
- name: build_golang
|
||||
image: golang
|
||||
commands:
|
||||
- go mod download
|
||||
- go build .
|
Loading…
Add table
Reference in a new issue