8 lines
226 B
Bash
8 lines
226 B
Bash
|
docker buildx build \
|
||
|
--platform "linux/amd64" \
|
||
|
--build-arg android="34" \
|
||
|
--build-arg cmake="3.18.1" \
|
||
|
--build-arg ndk="21.4.7075529" \
|
||
|
--tag "saschpe/android-ndk:34-jdk17.0.10_7-ndk21.4.7075529-cmake3.18.1" \
|
||
|
.
|