File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -513,7 +513,7 @@ 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
516+ # Ensure debian directory exists and is writable
517517 mkdir -p "${SOURCE_DIR}/debian"
518518 chown -R gpadmin:gpadmin "${SOURCE_DIR}/debian"
519519 else
@@ -525,6 +525,11 @@ jobs:
525525 cd '${SOURCE_DIR}'
526526 export BUILD_DESTINATION='${BUILD_DESTINATION}'
527527 if [[ '${PACKAGE_TYPE}' == 'deb' ]]; then
528+ # Debug: Check architecture before packaging
529+ echo '=== Architecture Debug Info ==='
530+ dpkg --print-architecture || true
531+ uname -m || true
532+ echo '=== End Architecture Debug ==='
528533 '${SOURCE_DIR}/devops/build/packaging/deb/build-deb.sh' -v '${PACKAGING_VERSION}'
529534 else
530535 '${SOURCE_DIR}/devops/build/packaging/rpm/build-rpm.sh' -v '${PACKAGING_VERSION}' -r '1'
You can’t perform that action at this time.
0 commit comments