浏览代码

cross compile using go 1.13.x (#10684) (#10697)

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
tags/v1.13.0-dev
Lunny Xiao 4 年前
父节点
当前提交
6618348e23
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      .drone.yml

+ 2
- 2
.drone.yml 查看文件

@@ -379,7 +379,7 @@ steps:

- name: static
pull: always
image: techknowlogick/xgo:latest
image: techknowlogick/xgo:go-1.13.x
commands:
- apt update && apt -y install curl
- curl -sL https://deb.nodesource.com/setup_12.x | bash - && apt -y install nodejs
@@ -477,7 +477,7 @@ steps:

- name: static
pull: always
image: techknowlogick/xgo:latest
image: techknowlogick/xgo:go-1.13.x
commands:
- apt update && apt -y install curl
- curl -sL https://deb.nodesource.com/setup_12.x | bash - && apt -y install nodejs

正在加载...
取消
保存