diff --git a/platforms/android_x86/ndk-r8e-gcc-4.4.3/Dockerfile b/platforms/android_x86/ndk-r8e-gcc-4.4.3/Dockerfile new file mode 100644 index 0000000..3860118 --- /dev/null +++ b/platforms/android_x86/ndk-r8e-gcc-4.4.3/Dockerfile @@ -0,0 +1,17 @@ +# NOTE: This file is generated automatically via template.py. Do not edit manually! + + +FROM alpine:3.18 as base + +RUN mkdir -p /compilers/android_x86/ndk-r8e-gcc-4.4.3 + +RUN wget -O android-ndk-r8e-linux-x86_64-gcc-4.4.3.tar.bz2 "https://github.com/decompme/compilers/releases/download/compilers/android-ndk-r8e-linux-x86_64-gcc-4.4.3.tar.bz2" +RUN tar xvjf android-ndk-r8e-linux-x86_64-gcc-4.4.3.tar.bz2 -C /compilers/android_x86/ndk-r8e-gcc-4.4.3 + +RUN chown -R root:root /compilers/android_x86/ndk-r8e-gcc-4.4.3/ +RUN chmod +x /compilers/android_x86/ndk-r8e-gcc-4.4.3/* + + +FROM scratch as release + +COPY --from=base /compilers /compilers diff --git a/values.yaml b/values.yaml index ec79448..d112001 100644 --- a/values.yaml +++ b/values.yaml @@ -1127,3 +1127,7 @@ compilers: platform: android_x86 template: common/default file: https://github.com/decompme/compilers/releases/download/compilers/android-ndk-r8e-linux-x86_64.tar.bz2 + - id: ndk-r8e-gcc-4.4.3 + platform: android_x86 + template: common/default + file: https://github.com/decompme/compilers/releases/download/compilers/android-ndk-r8e-linux-x86_64-gcc-4.4.3.tar.bz2