Cross-Build Container for FreeBSD on Debian
Go to file
Daniel Wolf 36606707cb
Build Container Image / build_latest_amd64 (push) Successful in 36s Details
Build Container Image / build_latest_arm64 (push) Successful in 33s Details
Build Container Image / build_latest_riscv64 (push) Successful in 44s Details
Build Container Image / push_latest_arm64 (push) Successful in 1m15s Details
Build Container Image / push_latest_riscv64 (push) Successful in 1m10s Details
Build Container Image / push_latest_amd64 (push) Successful in 5m37s Details
Build Container Image / build_latest (push) Successful in 1m5s Details
Build Container Image / push_latest (push) Successful in 5m6s Details
Build Container Image / update_readme (push) Successful in 8s Details
ci: stop building 32-bit image
2024-05-08 23:27:16 -04:00
.gitea/workflows ci: stop building 32-bit image 2024-05-08 23:27:16 -04:00
.reuse add reuse copyright information 2023-10-23 18:47:53 -04:00
LICENSES add reuse copyright information 2023-10-23 18:47:53 -04:00
override stop repeating -m32 2023-12-05 15:21:00 -05:00
.dockerignore update *ignore files 2023-10-23 15:45:16 -04:00
Dockerfile fix: satiate hadolint 2024-03-31 19:31:00 -04:00
LICENSE.md update license #noci 2024-03-09 09:34:17 -05:00
README.md refactor: rewrite ci workflows 2024-03-26 19:27:06 -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-freebsd:latest /bin/bash