Hans Johnson
49d9ab4342
COMP: Remove docker build warning
...
- LegacyKeyValueFormat: "ENV key=value" should be used
instead of legacy "ENV key value" format (line 42)
"""
The new format for declaring environment variables in Dockerfiles is ENV
key=value. This format, where the key and value are separated by an
equals sign (=), is the recommended approach. The older format, ENV key
value (with a space as a separator), is deprecated.
""" -- google search
2025-03-02 09:28:39 -06:00
Jonas Vautherin
283f79eacf
Add rust support to android-x86_64
2025-02-25 23:21:10 +01:00
Jonas Vautherin
587282459f
Set Android ndk api back to 23 (Android 6.0)
2022-09-24 13:48:50 +02:00
Jonas Vautherin
e88a3ceab3
Update android ndk to r25b and api to 33
2022-09-06 15:55:20 +02:00
ad924d922b
Improve openSSL on android-* image
...
Improve openSSL on android-* image
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-08-27 13:19:31 +02:00
8bc72c75d3
Add ANDROID_NDK_HOME env variable and enable openssl
...
Add ANDROID_NDK_HOME env variable and enable openssl
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-08-27 13:13:48 +02:00
Jonas Vautherin
19322baed2
Move to llvm for NDK 23
2021-08-26 12:16:31 +02:00
dd60bbb440
Fix wrong url
...
Fix wrong url
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-08-21 22:54:17 +02:00
8c081be13b
Update android NDK to r23 (August 2021)
...
Update android NDK to r23 (August 2021)
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-08-21 20:48:52 +02:00
Jonas Vautherin
894f712305
Update Android NDK to latest stable: 22b
2021-04-07 10:45:33 +02:00
Jonas Vautherin
0c1f2c9cbf
Add android-x86_64 image
2021-01-12 10:46:18 +01:00