~ruther/guix-local

7c2b09f924788a9ed1b149830a4de4e2920d4618 — Mathieu Othacehe 3 years ago 8b192c5
ci: Honor the system passed to image->job.

Fixes: <https://issues.guix.gnu.org/53480>.

* gnu/ci.scm (image->job): Pass the system argument to the underlying
lower-object call.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/ci.scm
M gnu/ci.scm => gnu/ci.scm +1 -1
@@ 252,7 252,7 @@ otherwise use the IMAGE name."
         (drv (run-with-store store
                (mbegin %store-monad
                  (set-guile-for-build (default-guile))
                  (lower-object (system-image image))))))
                  (lower-object (system-image image) system)))))
    (parameterize ((%graft? #f))
      (derivation->job name drv))))