Created
December 27, 2025 17:13
-
-
Save jrsa/279fcd33a640d0a37872b88fa1950ba2 to your computer and use it in GitHub Desktop.
UNO Q debian kernel build
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM debian:trixie | |
| RUN dpkg --add-architecture arm64 && apt-get update -q && apt-get install -qy bc bison coreutils crossbuild-essential-arm64 debhelper-compat dpkg-dev flex git gnutls-dev gzip kmod libdw-dev libelf-dev libssl-dev libssl-dev:arm64 make mkbootimg python3 rsync xxd \ | |
| golang libglib2.0-dev libostree-dev qemu-system-x86 \ | |
| qemu-user-static debootstrap systemd-container | |
| # debos build not tested | |
| RUN bash -c 'GOPATH=/opt/src/gocode && go install -v github.com/go-debos/debos/cmd/debos@latest' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment