fix(修正镜像): 解决构建错误

This commit is contained in:
xiaoqidun 2020-09-22 15:56:26 +08:00
parent 6875347a72
commit 998db9a040

View File

@ -5,7 +5,7 @@ name: default
steps: steps:
- name: build - name: build
pull: if-not-exists pull: if-not-exists
image: golang image: alpine
commands: commands:
- wget -q -T 180 https://dl.google.com/android/repository/android-ndk-r21b-linux-x86_64.zip - 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 - unzip -q android-ndk-r21b-linux-x86_64.zip