Skip to content

Commit

Permalink
gitac/undock.sh tar -zcf $pkgs/nginx-$VERSION-$arch.tar.gz
Browse files Browse the repository at this point in the history
  • Loading branch information
huapox committed Dec 2, 2024
1 parent 2b9593e commit 2a83882
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/undock.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ loadBins

# authConf

export VERSION="1.26.2"
export LOG_NOCOLOR=true
lognocolor="--log-nocolor"
function doUndock(){
Expand All @@ -49,7 +50,7 @@ function doUndock(){
for arch in ${archs[@]}; do
echo "arch: $arch";
files1=$cur/$rootfs/linux_$arch/rootfs/; cd $files1
tar -zcf $pkgs/nginx-$arch.tar.gz nginx
tar -zcf $pkgs/nginx-$VERSION-$arch.tar.gz nginx
ls -lhS $pkgs/*.tar.gz
done;
}
Expand Down

0 comments on commit 2a83882

Please sign in to comment.