File tree 1 file changed +12
-3
lines changed 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -425,14 +425,23 @@ steps:
425
425
commands :
426
426
- git fetch --tags --force
427
427
428
- - name : static
428
+ - name : static-windows
429
429
pull : always
430
- image : techknowlogick/xgo:go-1.15 .x
430
+ image : techknowlogick/xgo:go-1.14 .x
431
431
commands :
432
432
- apt update && apt -y install curl
433
433
- curl -sL https://deb.nodesource.com/setup_12.x | bash - && apt -y install nodejs
434
434
- export PATH=$PATH:$GOPATH/bin
435
- - make release
435
+ - make frontend generate release-windows
436
+ environment :
437
+ GOPROXY : https://goproxy.cn # proxy.golang.org is blocked in China, this proxy is not
438
+ TAGS : bindata sqlite sqlite_unlock_notify
439
+
440
+ - name : static
441
+ pull : always
442
+ image : techknowlogick/xgo:go-1.15.x
443
+ commands :
444
+ - make release-linux release-darwin release-copy release-compress release-sources release-docs release-check
436
445
environment :
437
446
GOPROXY : https://goproxy.cn # proxy.golang.org is blocked in China, this proxy is not
438
447
TAGS : bindata sqlite sqlite_unlock_notify
You can’t perform that action at this time.
0 commit comments