Bo-Yi Wu
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
5 deletions
-
.drone.yml
|
@ -10,7 +10,7 @@ clone: |
|
|
|
|
|
|
|
|
pipeline: |
|
|
pipeline: |
|
|
lint: |
|
|
lint: |
|
|
image: golang:1.10 |
|
|
image: golang:1.11 |
|
|
pull: true |
|
|
pull: true |
|
|
commands: |
|
|
commands: |
|
|
- make vet |
|
|
- make vet |
|
@ -28,28 +28,28 @@ pipeline: |
|
|
event: [ push, pull_request ] |
|
|
event: [ push, pull_request ] |
|
|
|
|
|
|
|
|
build_linux_amd64: |
|
|
build_linux_amd64: |
|
|
image: golang:1.10 |
|
|
image: golang:1.11 |
|
|
pull: true |
|
|
pull: true |
|
|
group: build |
|
|
group: build |
|
|
commands: |
|
|
commands: |
|
|
- make build_linux_amd64 |
|
|
- make build_linux_amd64 |
|
|
|
|
|
|
|
|
build_linux_i386: |
|
|
build_linux_i386: |
|
|
image: golang:1.10 |
|
|
image: golang:1.11 |
|
|
pull: true |
|
|
pull: true |
|
|
group: build |
|
|
group: build |
|
|
commands: |
|
|
commands: |
|
|
- make build_linux_i386 |
|
|
- make build_linux_i386 |
|
|
|
|
|
|
|
|
build_linux_arm64: |
|
|
build_linux_arm64: |
|
|
image: golang:1.10 |
|
|
image: golang:1.11 |
|
|
pull: true |
|
|
pull: true |
|
|
group: build |
|
|
group: build |
|
|
commands: |
|
|
commands: |
|
|
- make build_linux_arm64 |
|
|
- make build_linux_arm64 |
|
|
|
|
|
|
|
|
build_linux_arm: |
|
|
build_linux_arm: |
|
|
image: golang:1.10 |
|
|
image: golang:1.11 |
|
|
pull: true |
|
|
pull: true |
|
|
group: build |
|
|
group: build |
|
|
commands: |
|
|
commands: |
|
|