fix(构建脚本): 修正构建脚本

This commit is contained in:
xiaoqidun 2020-09-24 01:13:02 +08:00
parent 29e8ec4a2e
commit d1284d6df6

View File

@ -4,12 +4,12 @@ type: docker
name: goenv
steps:
- name: build
- name: build1
pull: if-not-exists
image: ghcr.io/xiaoqidun/build
commands:
- build -f build.sh -i goenv.go -o release/goenv
- name: build
- name: build2
pull: if-not-exists
image: xiaoqidun/goenv
commands: