feat(ci): add Nix Linux build to nightly and release builds

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-07-19 11:04:13 +02:00 committed by Anastasiya
parent bb4c94438f
commit e43ebc26a3
1 changed files with 5 additions and 0 deletions

View File

@ -43,6 +43,11 @@ pipeline {
'Linux', jenkins.Build('status-desktop/systems/linux/x86_64/package')
)
} } }
stage('Linux/x86_64/Nix') { steps { script {
linux_x86_64_nix = getArtifacts(
'Linux', jenkins.Build('status-desktop/systems/linux/x86_64/package-nix')
)
} } }
stage('Windows/x86_64') { steps { script {
windows_x86_64 = getArtifacts(
'Windows', jenkins.Build('status-desktop/systems/windows/x86_64/package')