chore(构建脚本): 更新构建脚本
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
xiaoqidun 2023-07-06 21:22:13 +08:00
parent 367aa982b1
commit 293c42f6d4

View File

@ -11,17 +11,6 @@ steps:
- wget -q -T 180 https://dl.google.com/android/repository/android-ndk-r25c-linux.zip
- unzip -q android-ndk-r25c-linux.zip
- rm -f android-ndk-r25c-linux.zip
- name: docker-hk
pull: if-not-exists
image: plugins/docker
settings:
repo: hkccr.ccs.tencentyun.com/xiaoqidun/goenv
registry: hkccr.ccs.tencentyun.com
username:
from_secret: docker_username
password:
from_secret: docker_password
dockerfile: Dockerfile
- name: docker-cn
pull: if-not-exists
image: plugins/docker
@ -32,4 +21,15 @@ steps:
from_secret: docker_username
password:
from_secret: docker_password
dockerfile: DockerfileCN
dockerfile: DockerfileCN
- name: docker-hk
pull: if-not-exists
image: plugins/docker
settings:
repo: hkccr.ccs.tencentyun.com/xiaoqidun/goenv
registry: hkccr.ccs.tencentyun.com
username:
from_secret: docker_username
password:
from_secret: docker_password
dockerfile: Dockerfile