Cross-Build Container for MacOS on Debian
Go to file
Daniel Wolf 89d870617e
Build Container Image / build_latest_arm64 (push) Successful in 38s Details
Build Container Image / build_legacy_amd64 (push) Successful in 41s Details
Build Container Image / build_legacy_i386 (push) Successful in 42s Details
Build Container Image / build_legacy (push) Successful in 52s Details
Build Container Image / push_legacy_amd64 (push) Successful in 1m32s Details
Build Container Image / push_legacy_i386 (push) Successful in 1m32s Details
Build Container Image / push_legacy (push) Successful in 38s Details
Build Container Image / build_latest_amd64 (push) Successful in 42s Details
Build Container Image / build_combination (push) Successful in 53s Details
Build Container Image / build_latest (push) Successful in 1m37s Details
Build Container Image / push_latest_arm64 (push) Successful in 1m41s Details
Build Container Image / push_latest_amd64 (push) Successful in 1m49s Details
Build Container Image / push_combination (push) Successful in 23s Details
Build Container Image / push_latest (push) Successful in 1m12s Details
Build Container Image / update_readme (push) Successful in 7s Details
fix: specify debian-stable as base image
2024-03-27 18:38:27 -04:00
.gitea/workflows fix: push the right archs to dockerhub 2024-03-27 15:29:03 -04:00
.reuse add reuse copyright information 2023-10-24 16:57:38 -04:00
LICENSES add reuse copyright information 2023-10-24 16:57:38 -04:00
override revert i386 triplet 2023-12-05 16:12:23 -05:00
.dockerignore update *ignore files 2023-10-23 15:45:43 -04:00
Dockerfile fix: specify debian-stable as base image 2024-03-27 18:38:27 -04:00
Dockerfile.legacy fix: specify debian-stable as base image 2024-03-27 18:38:27 -04:00
LICENSE.md update license #noci 2024-03-09 09:34:05 -05:00
README.md refactor: rewrite ci workflows 2024-03-27 13:06:31 -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-darwin:latest /bin/bash