Skip to content

kodira/android-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

android-sdk

Docker image to build Android apps.

Images are automatically built and published to GitHub Container Registry only when a git tag is pushed (not on commits to master).

Usage

# Use latest version
docker pull ghcr.io/kodira/android-sdk:latest

# Use specific version
docker pull ghcr.io/kodira/android-sdk:36-java21

Creating a New Release

To create a new tagged release, create and push a git tag:

git tag 36-java21
git push origin 36-java21

CI will automatically build and publish to ghcr.io/kodira/android-sdk:36-java21

Manual Build

docker build -t ghcr.io/kodira/android-sdk:36-java21 .
docker push ghcr.io/kodira/android-sdk:36-java21

About

Docker image to build Android apps

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors