Skip to content

Commit 77a0115

Browse files
committed
Fix ubuntu22.04/24.04
1 parent 92226c6 commit 77a0115

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/package-convenience-binaries.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,9 @@ jobs:
513513
# Set BUILD_DESTINATION to match build stage
514514
if [[ "${PACKAGE_TYPE}" == "deb" ]]; then
515515
export BUILD_DESTINATION="${SOURCE_DIR}/debian/build"
516+
# Ensure gpadmin can write to debian directory for DEB packaging
517+
mkdir -p "${SOURCE_DIR}/debian"
518+
chown -R gpadmin:gpadmin "${SOURCE_DIR}/debian"
516519
else
517520
export BUILD_DESTINATION="/usr/local/cloudberry-db"
518521
fi

0 commit comments

Comments
 (0)