Skip to content

Commit f31d134

Browse files
committed
[ci] Reduce release package size
1 parent 1cb52d8 commit f31d134

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci-build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,11 @@ jobs:
7373
exit -1
7474
fi
7575
76-
tar -czvf dingofs.tar.gz -C docker/rocky9 dingofs
77-
tar -czvf dingofs-latest.tar.gz --exclude='dingofs/mds' --exclude='dingofs/metaserver' --exclude='dingofs/tools' -C docker/rocky9 dingofs
76+
tar -czvf dingofs.tar.gz --exclude='dingofs/build' -C docker/rocky9 dingofs
77+
tar -czvf dingofs-latest.tar.gz --exclude='dingofs/build' --exclude='dingofs/mds' --exclude='dingofs/metaserver' --exclude='dingofs/tools' -C docker/rocky9 dingofs
78+
# check size of tar file
79+
ls -lh dingofs.tar.gz
80+
ls -lh dingofs-latest.tar.gz
7881
7982
echo "DingoFS Build finished"
8083
EOF

0 commit comments

Comments
 (0)