forked from smithmicro/android-build
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.sh
More file actions
executable file
·31 lines (24 loc) · 976 Bytes
/
build.sh
File metadata and controls
executable file
·31 lines (24 loc) · 976 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#!/bin/bash
set -e
# Android 33
docker build 33 -t smithmicro/android-build:33
docker build 33/ndk25 -t smithmicro/android-build:33-ndk25
# Android 32
docker build 32 -t smithmicro/android-build:32
docker build 32/ndk24 -t smithmicro/android-build:32-ndk24
docker build 32/ndk23 -t smithmicro/android-build:32-ndk23
# Android 31
docker build 31 -t smithmicro/android-build:31
docker build 31/ndk22 -t smithmicro/android-build:31-ndk22
docker build 31/ndk21 -t smithmicro/android-build:31-ndk21
# Android 30
docker build 30 -t smithmicro/android-build:30
docker build 30/ndk21 -t smithmicro/android-build:30-ndk21
# Android 29
docker build 29 -t smithmicro/android-build:29
docker build 29/ndk21 -t smithmicro/android-build:29-ndk21
docker build 29/ndk20 -t smithmicro/android-build:29-ndk20
# Android 28
docker build 28 -t smithmicro/android-build:28
docker build 28/ndk21 -t smithmicro/android-build:28-ndk21
docker build 28/ndk20 -t smithmicro/android-build:28-ndk20