github.com/Blockdaemon/celo-blockchain@v0.0.0-20200129231733-e667f6b08419/Dockerfile.androidbuild (about)

     1  # This builds the android version and pushes it to NPM
     2  FROM celohq/android-client
     3  
     4  ARG commit_sha
     5  ARG NPM_TOKEN
     6  
     7  ENV NDK_VERSION=android-ndk-r19c
     8  ENV ANDROID_NDK=/opt/android/${NDK_VERSION}
     9  ENV ANDROID_HOME=/opt/android/sdk
    10  
    11  COPY . /go-ethereum
    12  WORKDIR /go-ethereum
    13  
    14  RUN bash npm-android.sh $commit_sha $NPM_TOKEN