From 8ff9f7d914074f0ed5a42823f2006071b6662d26 Mon Sep 17 00:00:00 2001 From: xtaodada Date: Sun, 2 Jun 2024 15:34:42 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20build.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 build.sh diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..4f60f2a --- /dev/null +++ b/build.sh @@ -0,0 +1,7 @@ +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" \ + .