Skip to content

Commit

Permalink
gitac: suse app> 15.1, 2 3 4
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Nov 9, 2024
1 parent 9c433f2 commit 6f1a232
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/docker-image-x11-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
# BUILD
:> /tmp/.timecost
cd .github; doBuild=false
cd .github; doBuild=true
if [ "true" == "$doBuild" ]; then
echo compile; cd ../compile;
# # bash buildx.sh ubt-builder
Expand Down Expand Up @@ -100,10 +100,10 @@ jobs:
# bash buildx.sh core ubuntu 22.04 &
# bash buildx.sh core ubuntu 24.04 latest &
# bash buildx.sh core opensuse 15.0 & ##
bash buildx.sh core opensuse 15.1 & ##
bash buildx.sh core opensuse 15.2 &
bash buildx.sh core opensuse 15.3 &
bash buildx.sh core opensuse 15.4 &
# bash buildx.sh core opensuse 15.1 & ##
# bash buildx.sh core opensuse 15.2 &
# bash buildx.sh core opensuse 15.3 &
# bash buildx.sh core opensuse 15.4 &
# bash buildx.sh core opensuse 15.5 &
bash buildx.sh core opensuse 15.6 latest &
# oth
Expand Down Expand Up @@ -134,6 +134,9 @@ jobs:
# bash buildx.sh app ubuntu 24.04 latest &
# bash buildx.sh app opensuse 15.0 & ##
bash buildx.sh app opensuse 15.1 & ##
bash buildx.sh app opensuse 15.2 &
bash buildx.sh app opensuse 15.3 &
bash buildx.sh app opensuse 15.4 &
# bash buildx.sh app opensuse 15.5 &
bash buildx.sh app opensuse 15.6 latest &
wait
Expand All @@ -143,7 +146,7 @@ jobs:
# 同步到ali仓
#REPO_ALI>> REPO_HUB REPO_TEN REPO_QING
unset REPO_ALI REPO_TEN REPO_QING #skipSync; QINGCLOUD.REPO net failed
echo syncer; doSync=true
echo syncer; doSync=false
cd ../.github/workflows; test "true" == "$doSync" && bash syncer.sh;
#
# view timecost
Expand Down

0 comments on commit 6f1a232

Please sign in to comment.