Container for local APK build
Add Dockerfile for folks to build an APK locally with ease.
Following the example of the actions workflow, prepare a Dockerfile with the relevant Android build environment and use it to build a release APK so that users who would like to build the APK themselves can do so with ease as long as they can build & run a container.
Hello, I'd like to work on this issue. Please assign it to me.
Hi @Achuz123, happy to have you join on this one.
One thing to keep in mind, which the actions workflow does not do in the "checkout veilid" stage yet, is ensure that a compatible Veilid version is retrieved. Currently, Reunicorn is compatible with Veilid v0.4.8, so the version tag should be part of that Docker setup.
Are there any other questions you'd like to clarify? If not, I'd be glad to review your PR when you're ready ☺️