Skip to content
Snippets Groups Projects
Unverified Commit dd865168 authored by Yuki Okushi's avatar Yuki Okushi Committed by GitHub
Browse files

Merge pull request #1917 from JohnTitor/arm-android

Fix {aarch64,arm}-android targets' CI
parents a410c35f 341b31e8
No related branches found
No related tags found
No related merge requests found
FROM ubuntu:20.04
RUN dpkg --add-architecture i386 && \
apt-get update && \
apt-get install -y --no-install-recommends \
RUN dpkg --add-architecture i386
RUN apt-get update
RUN apt-get install -y --no-install-recommends libc6-dev gcc
RUN apt-get install -y --no-install-recommends \
file \
curl \
ca-certificates \
......@@ -12,9 +13,7 @@ RUN dpkg --add-architecture i386 && \
expect \
openjdk-8-jre \
libstdc++6:i386 \
libpulse0 \
gcc \
libc6-dev
libpulse0
WORKDIR /android/
COPY android* /android/
......
FROM ubuntu:20.04
RUN dpkg --add-architecture i386 && \
apt-get update && \
apt-get install -y --no-install-recommends \
RUN dpkg --add-architecture i386
RUN apt-get update
RUN apt-get install -y --no-install-recommends libc6-dev gcc
RUN apt-get install -y --no-install-recommends \
file \
curl \
ca-certificates \
......@@ -12,9 +13,7 @@ RUN dpkg --add-architecture i386 && \
expect \
openjdk-8-jre \
libstdc++6:i386 \
libpulse0 \
gcc \
libc6-dev
libpulse0
WORKDIR /android/
COPY android* /android/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment