└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # awesome-multiarch 2 | A curated list of multi architecture & cross platform tools, frameworks, guides, and resources 3 | 4 | ## Runtimes 5 | 6 | * qemu 7 | * qemu-user-static 8 | * docker qemu-user-static 9 | * qemu-system 10 | 11 | ## Distribs 12 | 13 | * Debian 14 | * https://wiki.debian.org/Multiarch 15 | * https://wiki.debian.org/CrossToolchains 16 | * https://wiki.debian.org/Multistrap 17 | * https://wiki.debian.org/fr/Debootstrap 18 | * Ubuntu 19 | * https://help.ubuntu.com/community/MultiArch 20 | 21 | ## Docker Images 22 | 23 | * https://github.com/multiarch/ubuntu-debootstrap 24 | * https://github.com/multiarch/debian-debootstrap 25 | * https://github.com/multiarch/ubuntu-core 26 | * https://github.com/multiarch/alpine 27 | * https://github.com/multiarch/busybox 28 | 29 | ## Organizations & Communities 30 | 31 | * https://github.com/multiarch 32 | * https://bootlin.com/ 33 | * https://github.com/hypriot 34 | * https://github.com/resin-io 35 | 36 | ## Languages 37 | 38 | ### Compiled 39 | 40 | * C/C++, etc 41 | * http://wiki.osdev.org/GCC_Cross-Compiler 42 | * https://github.com/multiarch/crossbuild 43 | * https://github.com/steeve/cross-compiler 44 | * Golang 45 | * Native support: https://golang.org/pkg/go/build/ 46 | * https://github.com/laher/goxc/ 47 | 48 | ### Scripts 49 | 50 | * Python 51 | * Ruby 52 | 53 | ## Hosting 54 | 55 | * Scaleway: Cloud Provider with x86_64, arm and arm64 dedicated servers and virtual machines. 56 | 57 | ## CI 58 | 59 | _FIXME_ 60 | 61 | ## Hardware Projects 62 | 63 | * ARM: 64 | * Raspberry pi 65 | * Raspberry pi 2 66 | * Odroid C1 67 | * 9$ computer - https://www.kickstarter.com/projects/1598272670/chip-the-worlds-first-9-computer 68 | * ... 69 | * arm64: 70 | * ... 71 | * Mips: 72 | * MIPS Creator CI20: http://elinux.org/MIPS_Creator_CI20 73 | * ... 74 | * PowerPC: 75 | * P-Cubed: https://www.power.org/solution/p-cubed/ (dead) 76 | * ... 77 | 78 | ## Resources 79 | 80 | * https://stackoverflow.com/questions/tagged/multiarch 81 | --------------------------------------------------------------------------------