mirror of
https://github.com/cirruslabs/docker-images-android.git
synced 2026-05-17 16:20:35 +00:00
f8eeb863ec
* use POSIX-compatible `if` instead of a Bashism * update README (improve description, remove broken links)
680 B
680 B
Docker images with Android SDK
You can either use it in CI or run locally via Docker:
docker run --rm -it \
--volume "$PWD:/build" \
--workdir /build \
ghcr.io/cirruslabs/android-sdk:34 \
./gradlew :app:assembleDebug
The example above mounts current working directory and runs a Gradle build.
GitHub Container Registry
https://github.com/cirruslabs/docker-images-android/pkgs/container/android-sdk