Build Container for WebAssembly on Debian
Go to file
Daniel Wolf f0f488a52a
Build Container Image / build_emscripten_amd64 (push) Successful in 39s Details
Build Container Image / build_wasi_amd64 (push) Successful in 37s Details
Build Container Image / build_emscripten (push) Successful in 1m11s Details
Build Container Image / build_wasi (push) Successful in 1m0s Details
Build Container Image / push_emscripten_amd64 (push) Successful in 1m47s Details
Build Container Image / push_emscripten (push) Successful in 55s Details
Build Container Image / push_wasi_amd64 (push) Successful in 1m17s Details
Build Container Image / build_latest_amd64 (push) Successful in 42s Details
Build Container Image / build_latest (push) Successful in 38s Details
Build Container Image / push_wasi (push) Successful in 1m28s Details
Build Container Image / update_readme (push) Successful in 7s Details
Build Container Image / push_latest_amd64 (push) Successful in 1m47s Details
Build Container Image / push_latest (push) Successful in 12s Details
fix: this is why we need to test things before commit
2024-03-31 17:43:21 -04:00
.gitea/workflows ci: just throw all the arch-specific images into generic repos 2024-03-31 14:04:57 -04:00
.reuse initial commit 2023-11-05 16:30:28 -05:00
LICENSES initial commit 2023-11-05 16:30:28 -05:00
override/usr/local/bin use emsdk instead of emscripten debian package 2023-11-07 16:30:02 -05:00
.dockerignore initial commit 2023-11-05 16:30:28 -05:00
Dockerfile fix: this is why we need to test things before commit 2024-03-31 17:43:21 -04:00
Dockerfile.emscripten fix: satiate hadolint 2024-03-31 14:40:06 -04:00
Dockerfile.wasi fix: this is why we need to test things before commit 2024-03-31 17:43:21 -04:00
LICENSE.md update license #noci 2024-03-09 09:34:30 -05:00
README.md feat: add combination image back for latest 2024-03-27 11:35:48 -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-webassembly:latest /bin/bash