Skip to content

Commit

Permalink
distro/buildx # :> /tmp/.timecost #only clear @gitac
Browse files Browse the repository at this point in the history
  • Loading branch information
huapox committed Sep 10, 2024
1 parent 4fc657c commit 570d497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions distros/buildx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ type=$1; dist=$2
dver=$3; latest=$4; test -z "$dver" && dver=errVer
tag=$type-$dist-$dver

:> /tmp/.timecost
begin_time="`gawk 'BEGIN{print systime()}'`"
# :> /tmp/.timecost #only clear @gitac
begin_time="`gawk 'BEGIN{print systime()}'`"; echo "[$tag]" $begin_time >> /tmp/.timecost
case "$dist" in
alpine|ubuntu|opensuse)
doBuildx "$tag" src/Dockerfile.*-$dist $latest #core,app
Expand Down

0 comments on commit 570d497

Please sign in to comment.