1
0

Switched to techknowlogick/xgo

This commit is contained in:
kolaente
2019-04-22 14:02:18 +02:00
parent c8858f6cfb
commit 10f80c190b
12 changed files with 443 additions and 76 deletions

View File

@ -146,6 +146,7 @@ steps:
image: techknowlogick/xgo:latest
pull: true
commands:
- export PATH=$PATH:$GOPATH/bin
- make release-dirs
- name: static-build-windows
@ -154,6 +155,7 @@ steps:
environment:
GOPATH: /srv/app
commands:
- export PATH=$PATH:$GOPATH/bin
- make release-windows
depends_on: [ before-static-build ]
@ -163,6 +165,7 @@ steps:
environment:
GOPATH: /srv/app
commands:
- export PATH=$PATH:$GOPATH/bin
- make release-linux
depends_on: [ before-static-build ]