Skip to content

Commit

Permalink
gitac: bash buildx.sh rootfs
Browse files Browse the repository at this point in the history
  • Loading branch information
huapox committed Oct 15, 2024
1 parent b9026d7 commit 6956162
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image-x11-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@ jobs:
# bash buildx.sh #compile
# #############################
echo rootfs; cd ../rootfs;
# bash buildx.sh rootfs
bash buildx.sh rootfs
# exit 0
#
echo distros; cd ../distros;
# bash buildx.sh type dist ver [latest]
bash buildx.sh core alpine 3.1 & ##
bash buildx.sh core alpine 3.2 & ##
# bash buildx.sh core alpine 3.8 & ##
bash buildx.sh core alpine 3.13 & ##
# bash buildx.sh core alpine 3.13 & ##
# bash buildx.sh core alpine 3.19 latest &
# bash buildx.sh core ubuntu 14.04 & ##
# bash buildx.sh core ubuntu 16.04 & ##
Expand All @@ -102,7 +102,7 @@ jobs:
bash buildx.sh app alpine 3.1 & ##
bash buildx.sh app alpine 3.2 & ##
# bash buildx.sh app alpine 3.8 & ##
bash buildx.sh app alpine 3.13 & ##
# bash buildx.sh app alpine 3.13 & ##
# bash buildx.sh app alpine 3.19 latest &
# bash buildx.sh app ubuntu 14.04 & ##
# bash buildx.sh app ubuntu 16.04 & ##
Expand Down

0 comments on commit 6956162

Please sign in to comment.