We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f8c93 commit 5163906Copy full SHA for 5163906
Dockerfile
@@ -28,7 +28,7 @@ RUN wget https://dl.google.com/android/repository/android-ndk-${ANDROID_NDK_VERS
28
# Install Rust
29
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
30
ENV PATH="/root/.cargo/bin:$PATH"
31
-RUN rustup target add armv7-linux-androideabi
+RUN rustup target add arm-linux-androideabi
32
33
# Install Node.js and Yarn
34
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
0 commit comments