diff options
author | crupest <crupest@outlook.com> | 2023-11-21 17:26:32 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-11-21 17:26:32 +0800 |
commit | 32f8340d434342f8fb035a1c3816e816162197da (patch) | |
tree | 51cc6593582560b4a20e60a4b2bf5425392b4fd1 /docker/debian-dev/bootstrap/setup-sbuild-amd64.bash | |
parent | 93f631255b94f8aaceadd3ca72985101ecc01860 (diff) | |
download | crupest-32f8340d434342f8fb035a1c3816e816162197da.tar.gz crupest-32f8340d434342f8fb035a1c3816e816162197da.tar.bz2 crupest-32f8340d434342f8fb035a1c3816e816162197da.zip |
docker(debian-dev): re-enable sbuild.
Diffstat (limited to 'docker/debian-dev/bootstrap/setup-sbuild-amd64.bash')
-rwxr-xr-x | docker/debian-dev/bootstrap/setup-sbuild-amd64.bash | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docker/debian-dev/bootstrap/setup-sbuild-amd64.bash b/docker/debian-dev/bootstrap/setup-sbuild-amd64.bash new file mode 100755 index 0000000..9ee08d1 --- /dev/null +++ b/docker/debian-dev/bootstrap/setup-sbuild-amd64.bash @@ -0,0 +1,8 @@ +#! /usr/bin/env bash + +set -e + +SBUILD_ARCH="amd64" +SBUILD_DIST="bullseye" + +sbuild-createchroot --include=eatmydata --command-prefix=eatmydata --arch=${SBUILD_ARCH} ${SBUILD_DIST} /srv/chroot/${SBUILD_DIST}-${SBUILD_ARCH}-sbuild "http://$(/bootstrap/apt-source/get-domain.bash)/debian" |