Skip to content

Commit 5163906

Browse files
Update Dockerfile
1 parent b0f8c93 commit 5163906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN wget https://dl.google.com/android/repository/android-ndk-${ANDROID_NDK_VERS
2828
# Install Rust
2929
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
3030
ENV PATH="/root/.cargo/bin:$PATH"
31-
RUN rustup target add armv7-linux-androideabi
31+
RUN rustup target add arm-linux-androideabi
3232

3333
# Install Node.js and Yarn
3434
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \

0 commit comments

Comments
 (0)