Cross-Build Container for FreeBSD on Debian
Go to file
Daniel Wolf a22f8a4292
Build Container Image / build_latest_arm64 (push) Successful in 36s Details
Build Container Image / build_latest_amd64 (push) Successful in 44s Details
Build Container Image / build_latest_riscv64 (push) Successful in 51s Details
Build Container Image / build_latest_i386 (push) Successful in 37s Details
Build Container Image / build_latest (push) Failing after 6s Details
Build Container Image / push_latest_amd64 (push) Successful in 1m25s Details
Build Container Image / push_latest_i386 (push) Successful in 1m30s Details
Build Container Image / push_latest_arm64 (push) Successful in 1m34s Details
Build Container Image / push_latest_riscv64 (push) Successful in 1m36s Details
Build Container Image / push_latest (push) Successful in 2m11s Details
Build Container Image / update_readme (push) Successful in 10s Details
fix: satiate hadolint
2024-03-31 19:31:00 -04:00
.gitea/workflows ci: just throw all the arch-specific images into generic repos 2024-03-31 19:28:28 -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