mirror of
https://github.com/xiaoqidun/goenv.git
synced 2025-04-11 14:27:25 +08:00
feat(构建脚本): 添加构建脚本
This commit is contained in:
@ -4,15 +4,11 @@ type: docker
|
||||
name: goenv
|
||||
|
||||
steps:
|
||||
- name: build1
|
||||
pull: if-not-exists
|
||||
image: ghcr.io/xiaoqidun/build
|
||||
commands:
|
||||
- build -f build.sh -i goenv.go -o release/goenv
|
||||
- name: build2
|
||||
- name: build
|
||||
pull: if-not-exists
|
||||
image: xiaoqidun/goenv
|
||||
commands:
|
||||
- chmod +x build.sh
|
||||
- ./build.sh
|
||||
- name: upload
|
||||
pull: if-not-exists
|
||||
|
Reference in New Issue
Block a user