Add multi-package Alpine packaging
This commit is contained in:
@@ -3,7 +3,7 @@ set -euo pipefail
|
||||
|
||||
repo_root="$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd)"
|
||||
|
||||
rm -rf \
|
||||
"${repo_root}/packages" \
|
||||
"${repo_root}/packaging/alpine/local/seaweedfs/pkg" \
|
||||
"${repo_root}/packaging/alpine/local/seaweedfs/src"
|
||||
rm -rf "${repo_root}/packages"
|
||||
find "${repo_root}/packaging/alpine/local" \
|
||||
\( -type d -name pkg -o -type d -name src \) \
|
||||
-prune -exec rm -rf {} +
|
||||
|
||||
Reference in New Issue
Block a user