File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 55 # mode: 0755
66
77# ## Current release - arm64 ###
8- - name : Download arch arm64 APK
8+ - name : Download arch arm 64-bits APK
99 get_url :
1010 url : " {{ code_download_url }}/{{ code_apk_64bit_filename }}"
1111 dest : " {{ code_data_root_apk }}/{{ code_apk_64bit_filename }}"
1212 mode : " 0644"
1313 timeout : " {{ download_timeout }}"
14- when : code_apk_64bit_filename
1514
1615# ## Future release - arm32 ###
17- # - name: Download arch arm64 APK
16+ # - name: Download arch arm 32-bits APK
1817# get_url:
19- # url: "{{ code_download_url }}/{{ code_apk_64bit_filename }}"
20- # dest: "{{ code_data_root_apk }}/{{ code_apk_64bit_filename }}"
18+ # url: "{{ code_download_url }}/{{ code_apk_32bit_filename }}"
19+ # dest: "{{ code_data_root_apk }}/{{ code_apk_32bit_filename }}"
2120# mode: "0644"
2221# timeout: "{{ download_timeout }}"
23- # when: code_apk_64bit_filename
You can’t perform that action at this time.
0 commit comments