Skip to content

Instantly share code, notes, and snippets.

@jrsa
Created December 27, 2025 17:13
Show Gist options
  • Select an option

  • Save jrsa/279fcd33a640d0a37872b88fa1950ba2 to your computer and use it in GitHub Desktop.

Select an option

Save jrsa/279fcd33a640d0a37872b88fa1950ba2 to your computer and use it in GitHub Desktop.
UNO Q debian kernel build
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