Skip to content

Commit

Permalink
gitac: cat /tmp/.timecost
Browse files Browse the repository at this point in the history
  • Loading branch information
huapox committed Apr 30, 2024
1 parent d50228d commit 2abd89e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker-image-x11-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
export DOCKER_REGISTRY_PW_dockerhub=${{ secrets.DOCKER_REGISTRY_PW_DOCKERHUB }}
# BUILD
:> /tmp/.timecost
echo compile; cd compile;
# # bash buildx.sh ubt-builder
# # bash buildx.sh deb12-builder
Expand All @@ -66,8 +67,10 @@ jobs:
bash buildx.sh alpine &
bash buildx.sh ubuntu &
# bash buildx.sh debian &
# bash buildx.sh opensuse &
bash buildx.sh opensuse &
wait
# view timecost
cat /tmp/.timecost
# post-build:
# name: Post-build
Expand Down

0 comments on commit 2abd89e

Please sign in to comment.