Cross-Build Container for Haiku on Debian
Go to file
Daniel Wolf 7da0b59a40
Build Container Image / build_latest_amd64 (push) Successful in 42s Details
Build Container Image / build_latest_i386 (push) Successful in 43s Details
Build Container Image / build_latest (push) Successful in 1m25s Details
Build Container Image / push_latest_amd64 (push) Successful in 1m32s Details
Build Container Image / push_latest_i386 (push) Successful in 1m28s Details
Build Container Image / push_latest (push) Successful in 2m7s Details
Build Container Image / update_readme (push) Successful in 9s Details
fix: destroy attributes dir
2024-04-01 09:42:23 -04:00
.gitea/workflows ci: just throw all the arch-specific images into generic repos 2024-03-31 15:18:59 -04:00
.reuse add reuse copyright information 2023-10-23 15:52:24 -04:00
LICENSES add reuse copyright information 2023-10-23 15:52:24 -04:00
override fix: destroy attributes dir 2024-04-01 09:42:23 -04:00
.dockerignore update *ignore files 2023-10-23 15:44:29 -04:00
Dockerfile fix: we can address DL3003 using WORKDIR here 2024-04-01 09:41:22 -04:00
LICENSE.md update license #noci 2024-03-09 09:34:23 -05:00
README.md refactor: rewrite ci workflows 2024-03-26 19:42:09 -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-haiku:latest /bin/bash