Cross-Build Container for Android on Debian
Go to file
Daniel Wolf ebbd56b42c
Build Container Image / build_previous_amd64 (push) Successful in 36s Details
Build Container Image / build_previous (push) Successful in 24s Details
Build Container Image / build_latest_amd64 (push) Successful in 45s Details
Build Container Image / build_latest (push) Successful in 29s Details
Build Container Image / push_latest_amd64 (push) Successful in 1m37s Details
Build Container Image / push_latest (push) Successful in 50s Details
Build Container Image / push_previous_amd64 (push) Successful in 9m49s Details
Build Container Image / push_previous (push) Successful in 24s Details
Build Container Image / update_readme (push) Successful in 8s Details
ci: allow any fast runner to push to relieve bottlenecks
2024-05-08 17:16:05 -04:00
.gitea/workflows ci: allow any fast runner to push to relieve bottlenecks 2024-05-08 17:16:05 -04:00
.reuse add reuse copyright information 2023-10-24 15:17:19 -04:00
LICENSES add reuse copyright information 2023-10-24 15:17:19 -04:00
override support quoted nxbuild args 2023-11-03 16:17:49 -04:00
.dockerignore update *ignore files 2023-10-24 15:14:13 -04:00
Dockerfile fix: set +o pipefail before yes command 2024-03-31 14:38:32 -04:00
Dockerfile.previous fix: set +o pipefail before yes command 2024-03-31 14:38:32 -04:00
LICENSE.md update license #noci 2024-03-09 09:33:59 -05:00
README.md docs: document presence of go 2024-03-26 19:18:57 -04:00

README.md

Git | Docker

NXBuilder

This docker image contains the C/C++ build environment I use for projects. It is intended to be used by a CI/CD service to perform builds and not kept running beyond that. It can also be used as a quick "cleanroom" to test builds in.

Base OS:

Compilers

Cross-Compilers

Other Tools

You can spin up a quick temporary test container like this:

docker run --rm -ti nephatrine/nxb-android-sdk:latest /bin/bash