mirror of
https://github.com/xiaoqidun/goenv.git
synced 2024-11-22 08:06:46 +08:00
fix(构建脚本): 修正构建脚本
This commit is contained in:
parent
29e8ec4a2e
commit
d1284d6df6
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user