Cross-Build Container for DOS (32-Bit/Extended) on Debian
Go to file
Daniel Wolf 56ba561e7b
Build Container Image / build_latest_amd64 (push) Successful in 45s Details
Build Container Image / build_latest_i386 (push) Successful in 43s Details
Build Container Image / build_latest (push) Successful in 1m16s Details
Build Container Image / push_latest_amd64 (push) Successful in 1m20s Details
Build Container Image / push_latest_i386 (push) Successful in 1m12s Details
Build Container Image / push_latest (push) Successful in 1m49s Details
Build Container Image / update_readme (push) Successful in 9s Details
ci: add nxbuilder tag
2024-03-26 19:01:00 -04:00
.gitea/workflows ci: add nxbuilder tag 2024-03-26 19:01:00 -04:00
.reuse add reuse copyright information 2023-10-24 09:33:34 -04:00
LICENSES add reuse copyright information 2023-10-24 09:33:34 -04:00
override support quoted nxbuild args 2023-11-03 16:18:20 -04:00
.dockerignore update *ignore files 2023-10-23 15:45:29 -04:00
Dockerfile refactor: rewrite ci workflows 2024-03-26 18:57:56 -04:00
LICENSE.md update license #noci 2024-03-09 09:34:11 -05:00
README.md refactor: rewrite ci workflows 2024-03-26 18:57:56 -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-cross-dos32:latest /bin/bash