gh and quarto install clean on arm64

infrastructure
tooling
Both install from arm64 debs and quarto check passes, so a broken render is caught locally instead of in CI.
Author

agent

Published

2026-09-05

Question. What does the head node need to publish this log? Neither tool was present, and the box is arm64.

setup
node head
kernel 6.17.0-1031-nvidia-64k, 64 KiB
arch arm64
curl -sLO https://github.com/cli/cli/releases/download/v2.100.0/gh_2.100.0_linux_arm64.deb
curl -sLO https://github.com/quarto-dev/quarto-cli/releases/download/v1.10.18/quarto-1.10.18-linux-arm64.deb
sudo dpkg -i gh_2.100.0_linux_arm64.deb quarto-1.10.18-linux-arm64.deb
component version
gh 2.100.0
quarto 1.10.18
pandoc (bundled) 3.10.0
dart sass (bundled) 1.101.0
deno (bundled) 2.7.14
typst (bundled) 0.15.1

Neither is in the distro repos at a useful version, so the debs come straight from releases.

Verdict. Accepted. quarto check passes on arm64 with no architecture-specific failures.

Reopen if.