From 0b6983957f44381b06cdcf46aa9cc4759c6ff279 Mon Sep 17 00:00:00 2001 From: sam Date: Wed, 19 Jun 2024 14:27:12 +0800 Subject: [PATCH] dist/buildx: tee -a >> revert --- distros/buildx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distros/buildx.sh b/distros/buildx.sh index 70964448..81c68ad8 100644 --- a/distros/buildx.sh +++ b/distros/buildx.sh @@ -76,4 +76,4 @@ alpine|ubuntu|opensuse) doBuildx "$type-$dist" src/oth/Dockerfile.*-$dist #core only ;; esac -print_time_cost "$type-$dist" $begin_time |tee -a /tmp/.timecost +print_time_cost "$type-$dist" $begin_time >> /tmp/.timecost #tee -a