aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in b/scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in
index d379c4b..b107ab8 100644
--- a/scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in
+++ b/scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in
@@ -174,7 +174,8 @@
(define (priority-for-derivation type system target)
(cond
((eq? type 'channel-instance)
- (if (string=? system "x86_64-linux")
+ (if (and (string=? system "x86_64-linux")
+ (string=? target "none"))
1000
500))
((eq? type 'package)