Skip to content

Commit

Permalink
gitac: ali's; full distros wait
Browse files Browse the repository at this point in the history
  • Loading branch information
huapox committed Jun 20, 2024
1 parent a263166 commit 5f3d9ee
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/docker-image-x11-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
export DOCKER_REGISTRY_PW_dockerhub=${{ secrets.DOCKER_REGISTRY_PW_DOCKERHUB }}
export REPO=registry-1.docker.io
# export REPO=registry.cn-shenzhen.aliyuncs.com
export REPO=registry.cn-shenzhen.aliyuncs.com
# BUILD
:> /tmp/.timecost
echo compile; cd compile;
Expand All @@ -57,20 +57,21 @@ jobs:
bash buildx.sh rootfs
#
echo distros; cd ../distros;
# bash buildx.sh core alpine &
# bash buildx.sh core ubuntu &
# bash buildx.sh core opensuse &
# #
bash buildx.sh core alpine &
bash buildx.sh core ubuntu &
bash buildx.sh core opensuse &
# oth
bash buildx.sh core busybox &
bash buildx.sh core openwrt &
bash buildx.sh core debian &
bash buildx.sh core fedora &
wait
# app
bash buildx.sh app alpine &
bash buildx.sh app ubuntu &
bash buildx.sh app opensuse &
wait
#
# bash buildx.sh core busybox &
# bash buildx.sh core openwrt &
# bash buildx.sh core debian &
# bash buildx.sh core fedora &
# wait
#
# view timecost
cat /tmp/.timecost
Expand Down

0 comments on commit 5f3d9ee

Please sign in to comment.