Cross-Build Container for Android on Debian
Go to file
Daniel Wolf 26faa539d4
Build Container Image / build_previous_amd64 (push) Successful in 40s Details
Build Container Image / build_previous (push) Successful in 11s Details
Build Container Image / build_latest_amd64 (push) Successful in 39s Details
Build Container Image / build_latest (push) Successful in 1m15s Details
Build Container Image / push_previous_amd64 (push) Successful in 2m28s Details
Build Container Image / push_previous (push) Successful in 22s Details
Build Container Image / push_latest_amd64 (push) Successful in 2m10s Details
Build Container Image / push_latest (push) Successful in 1m4s Details
Build Container Image / update_readme (push) Successful in 12s Details
fix: set +o pipefail before yes command
2024-03-31 14:38:32 -04:00
.gitea/workflows ci: just throw all the arch-specific images into generic repos 2024-03-31 12:23:57 -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