Skip to content

Commit

Permalink
gitac: open alpine, drop wait
Browse files Browse the repository at this point in the history
  • Loading branch information
huapox committed Jun 19, 2024
1 parent 5966b62 commit 304deef
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docker-image-x11-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,12 @@ jobs:
# bash buildx.sh rootfs
#
echo distros; cd ../distros;
# bash buildx.sh core alpine &
bash buildx.sh core alpine &
bash buildx.sh core ubuntu &
wait; #docker: limit two thread @gitac
# wait; #docker-limit-two thread? @gitac>> just gosu @xconf2.sh
bash buildx.sh core opensuse &
#
# bash buildx.sh app alpine &
wait; #docker: limit two
bash buildx.sh app alpine &
bash buildx.sh app ubuntu &
bash buildx.sh app opensuse &
wait
Expand Down

0 comments on commit 304deef

Please sign in to comment.