Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Dec 13, 2021
1 parent 11ecc5e commit aa06297
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ kind: pipeline
type: docker
name: linux_amd64

environment:
GOOS: linux
GOARCH: amd64
CGO_ENABLED: 0

steps:
- name: build-linux-amd64
image: golang:1.17
environment:
GOOS: linux
GOARCH: amd64
CGO_ENABLED: 0
commands:
- make build
- ./release/linux/amd64/helloworld -h
Expand All @@ -18,13 +19,14 @@ kind: pipeline
type: docker
name: linux_386

environment:
GOOS: linux
GOARCH: 386
CGO_ENABLED: 0

steps:
- name: build-linux-386
image: golang:1.17
environment:
GOOS: linux
GOARCH: 386
CGO_ENABLED: 0
commands:
- make build
- ./release/linux/386/helloworld -h

0 comments on commit aa06297

Please sign in to comment.