mirror of
https://github.com/xiaoqidun/goenv.git
synced 2024-11-23 00:26:45 +08:00
fix(构建脚本): 修正构建脚本
This commit is contained in:
parent
29e8ec4a2e
commit
d1284d6df6
@ -4,12 +4,12 @@ type: docker
|
|||||||
name: goenv
|
name: goenv
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build1
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
image: ghcr.io/xiaoqidun/build
|
image: ghcr.io/xiaoqidun/build
|
||||||
commands:
|
commands:
|
||||||
- build -f build.sh -i goenv.go -o release/goenv
|
- build -f build.sh -i goenv.go -o release/goenv
|
||||||
- name: build
|
- name: build2
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
image: xiaoqidun/goenv
|
image: xiaoqidun/goenv
|
||||||
commands:
|
commands:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user