Build package cook Linux

Hello,
I try to package my project in Linux I got to package my server but not the project. I proceed like this:

sh “UE5/Engine/Build/BatchFiles/Linux/GitDependencies.sh --force”
sh “UE5/Engine/Build/BatchFiles/Linux/Setup.sh --force”
sh “UE5/GenerateProjectFiles.sh ‘${project}’”
sh “UE5/Engine/Build/BatchFiles/RunUAT.sh ‘-ScriptsForProject=${project}’ BuildCookRun -nop4 ‘-project=${project}’ -cook -stage -archive ‘-archivedirectory=${workspace}/builds’ -package -compressed -ddc=DerivedDataBackendGraph -pak -targetplatform=Linux -build -target=${productName} -clientconfig=${config} -ddc=noshared -NoCodeSign -UTF8Output -msbuild-verbose”

I want to reproduce this process: