Skip to content

purpleKarrot/build-containers

Repository files navigation

Docker Images for C++ Toolchains

Images

purplekarrot/base purplekarrot/base

This is the base for other toolchain images. From Debian 11 with CMake and Ninja.

purplekarrot/x86-64-linux-gnu purplekarrot/x86-64-linux-gnu

Uses the GNU compiler and targets the amd64 architecture.

purplekarrot/aarch64-linux-gnu purplekarrot/aarch64-linux-gnu

Uses the GNU compiler and targets the arm64 architecture.

purplekarrot/arm-linux-gnueabihf purplekarrot/arm-linux-gnueabihf

Uses the GNU compiler and targets the armhf architecture.

purplekarrot/android-ndk purplekarrot/android-ndk

Contains the Android NDK.

purplekarrot/android-standalone purplekarrot/android-standalone

Contains a standalone toolchain.

purplekarrot/clang purplekarrot/clang

Contains Clang, Clang-Tidy, and Include-What-You-Use in version 11.

purplekarrot/clazy purplekarrot/clazy

Same as purplekarrot/clang, but uses Clazy as the C++ compiler.

purplekarrot/mingw-w64-i686 purplekarrot/mingw-w64-i686

Uses MinGW to target 32bit Windows. It uses Wine as crosscompiling emulator and NSIS to create packages.

purplekarrot/mingw-w64-x86-64 purplekarrot/mingw-w64-x86-64

Uses MinGW to target 64bit Windows. It uses Wine as crosscompiling emulator and NSIS to create packages.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published