We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a65a571 commit 077ccc2Copy full SHA for 077ccc2
chroot/chroot_build.sh
@@ -2,6 +2,11 @@
2
3
set -ex
4
5
+if [ -z "${ARCHITECTURE}" ]; then
6
+ echo "Usage: env ARCHITECTURE=<arch> $0"
7
+ exit 2
8
+fi
9
+
10
# build in a temporary directory
11
# this makes sure that subsequent runs do not influence each other
12
# also makes cleaning up easier: just dump the entire directory
0 commit comments