mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
35 lines
1.9 KiB
TOML
35 lines
1.9 KiB
TOML
[target.aarch64-unknown-linux-gnu]
|
|
# dockerfile = "./manifest/docker/ubuntu-22.04-aarch64/Dockerfile"
|
|
image = "ghcr.io/libnyanpasu/builder-debian-trixie-aarch64:latest"
|
|
# pre-build = [
|
|
# "dpkg --add-architecture $CROSS_DEB_ARCH",
|
|
# """echo "deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports/ jammy main restricted universe multiverse" | tee /etc/apt/sources.list && \
|
|
# echo "deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports/ jammy-updates main restricted universe multiverse" | tee -a /etc/apt/sources.list && \
|
|
# echo "deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports/ jammy-security main restricted universe multiverse" | tee -a /etc/apt/sources.list && \
|
|
# echo "deb [arch=i386,amd64] http://archive.ubuntu.com/ubuntu/ jammy main restricted universe multiverse" | tee -a /etc/apt/sources.list && \
|
|
# echo "deb [arch=i386,amd64] http://archive.ubuntu.com/ubuntu/ jammy-updates main restricted universe multiverse" | tee -a /etc/apt/sources.list && \
|
|
# echo "deb [arch=i386,amd64] http://archive.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse" | tee -a /etc/apt/sources.list && \
|
|
# apt-get update && apt-get -y install \
|
|
# build-essential \
|
|
# libgtk-3-dev:$CROSS_DEB_ARCH \
|
|
# libwebkit2gtk-4.1-dev:$CROSS_DEB_ARCH \
|
|
# libxdo-dev:$CROSS_DEB_ARCH \
|
|
# libayatana-appindicator3-dev:$CROSS_DEB_ARCH \
|
|
# librsvg2-dev:$CROSS_DEB_ARCH \
|
|
# libpango1.0-dev:$CROSS_DEB_ARCH \
|
|
# libcairo2-dev:$CROSS_DEB_ARCH \
|
|
# libatk1.0-dev:$CROSS_DEB_ARCH \
|
|
# libsoup2.4-dev:$CROSS_DEB_ARCH \
|
|
# libssl-dev:$CROSS_DEB_ARCH \
|
|
# """,
|
|
# ]
|
|
|
|
[target.armv7-unknown-linux-gnueabihf]
|
|
image = "ghcr.io/libnyanpasu/builder-debian-trixie-armhf:latest"
|
|
|
|
[target.armv7-unknown-linux-gnueabi]
|
|
image = "ghcr.io/libnyanpasu/builder-debian-trixie-armel:latest"
|
|
|
|
[target.i686-unknown-linux-gnu]
|
|
image = "ghcr.io/libnyanpasu/builder-debian-trixie-i686:latest"
|