fix(ci): different name for nix builds in github comments

This commit is contained in:
Anton Iakimov 2024-07-08 14:19:35 +02:00
parent 13b09987db
commit 2f1240602f
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ pipeline {
} }
environment { environment {
PLATFORM = "linux/${getArch()}" PLATFORM = "linux-nix/${getArch()}"
/* Improve make performance */ /* Improve make performance */
MAKEFLAGS = "-j4 V=${params.VERBOSE}" MAKEFLAGS = "-j4 V=${params.VERBOSE}"
/* Avoid weird bugs caused by stale cache. */ /* Avoid weird bugs caused by stale cache. */