Skip to content

Commit

Permalink
gitac/undock cat $vers |egrep -v "^#|^$"
Browse files Browse the repository at this point in the history
  • Loading branch information
huapox committed Dec 3, 2024
1 parent 95972d6 commit 4586b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/undock.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function doUndock(){
# docker-x11base/.github/workflows/.ws/rootfs/linux_amd64
# docker-x11base/.github/workflows/.ws/rootfs/linux_amd64/rootfs/files1/usr/local/static/3rd
# TODO: echo $one|$ver >>rootfs/files1/usr/local/static/vers.txt
vers2=$(cat $vers |awk '{print $1"|"$2}')
vers2=$(cat $vers |egrep -v "^#|^$" |awk '{print $1"|"$2}')
archs=(amd64 arm64 armv7); pkgs=$cur/.ws/pkgs; mkdir -p $pkgs
for arch in ${archs[@]}; do
echo "arch: $arch";
Expand Down

0 comments on commit 4586b00

Please sign in to comment.