mirror of
https://github.com/xiaoqidun/goenv.git
synced 2025-04-11 14:27:25 +08:00
feat(更新构建): 更新构建方式
This commit is contained in:
@ -3,6 +3,12 @@ type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
pull: if-not-exists
|
||||
image: golang
|
||||
commands:
|
||||
- wget -q -T 180 https://dl.google.com/android/repository/android-ndk-r21b-linux-x86_64.zip
|
||||
- unzip -q android-ndk-r21b-linux-x86_64.zip
|
||||
- name: docker
|
||||
pull: if-not-exists
|
||||
image: plugins/docker
|
||||
|
Reference in New Issue
Block a user