This commit is contained in:
parent
3500b752fc
commit
5d22a86f04
@ -36,8 +36,9 @@ steps:
|
|||||||
- name: cache
|
- name: cache
|
||||||
path: /go
|
path: /go
|
||||||
commands:
|
commands:
|
||||||
- GOOS=linux GOARCH=amd64 go build -o linux_amd64
|
- GOOS=linux GOARCH=amd64 go build -o linux_amd64
|
||||||
- GOOS=linux GOARCH=arm GOARM=7 go build -o linux_arm_v7
|
- GOOS=linux GOARCH=arm GOARM=7 go build -o linux_arm_v7
|
||||||
|
- GOOS=freebsd GOARCH=arm go build -o freebsd_arm_v8a
|
||||||
|
|
||||||
- name: upload
|
- name: upload
|
||||||
image: minio/mc
|
image: minio/mc
|
||||||
|
Loading…
Reference in New Issue
Block a user