summaryrefslogtreecommitdiff
path: root/ci/run-docker-build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/run-docker-build.sh')
-rwxr-xr-xci/run-docker-build.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/run-docker-build.sh b/ci/run-docker-build.sh
index 4a15349..8d47a5f 100755
--- a/ci/run-docker-build.sh
+++ b/ci/run-docker-build.sh
@@ -18,6 +18,10 @@ case "$jobname" in
Linux32)
switch_cmd="linux32 --32bit i386"
;;
+linux-musl)
+ switch_cmd=
+ useradd () { adduser -D "$@"; }
+ ;;
*)
exit 1
;;