Skip to content

Commit 484bfe6

Browse files
committed
set sane bash defaults
Signed-off-by: Taylor Silva <[email protected]>
1 parent 8c812b0 commit 484bfe6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/setup-buildkit.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
22

3+
set -euo pipefail
4+
35
if ! which buildctl >/dev/null || ! which buildkitd >/dev/null; then
46
arch="$(uname -m)"
57
case "$arch" in

0 commit comments

Comments
 (0)