don't
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

build: add cross compile config for aarch64-unknown-linux-gnu

tjh 8a4feb1c 3fcf2b9f

+9
+9
Cross.toml
··· 9 9 "curl -fsSL https://deb.nodesource.com/setup_23.x | bash", 10 10 "apt-get install --assume-yes nodejs:$CROSS_DEB_ARCH" 11 11 ] 12 + 13 + [target.aarch64-unknown-linux-gnu] 14 + image = "ghcr.io/cross-rs/aarch64-unknown-linux-gnu:main" 15 + pre-build = [ 16 + "dpkg --add-architecture $CROSS_DEB_ARCH", 17 + "apt-get update && apt-get install --assume-yes curl:$CROSS_DEB_ARCH", 18 + "curl -fsSL https://deb.nodesource.com/setup_24.x | bash", 19 + "apt-get install --assume-yes nodejs:$CROSS_DEB_ARCH" 20 + ]