Cross-Build Container for Haiku on Debian
Go to file
Daniel Wolf b3f609b74b
Build Container Image / build_latest_amd64 (push) Successful in 41s Details
Build Container Image / push_latest_amd64 (push) Successful in 1m11s Details
Build Container Image / build_latest_i386 (push) Successful in 40s Details
Build Container Image / push_latest_i386 (push) Successful in 1m10s Details
Build Container Image / build_latest (push) Successful in 1m24s Details
Build Container Image / push_latest (push) Successful in 1m32s Details
Build Container Image / update_readme (push) Successful in 7s Details
ci: allow any fast runner to push to relieve bottlenecks
2024-05-08 17:47:07 -04:00
.gitea/workflows ci: allow any fast runner to push to relieve bottlenecks 2024-05-08 17:47:07 -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