Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 402c63b7 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

build-node: Allow powerpc64le-linux builds.

* build-node.scm <cuirass-remote-worker-configuration>: Add
powerpc64le-linux to ‘systems’.
parent a407dffd
No related branches found
No related tags found
No related merge requests found
...@@ -83,7 +83,8 @@ ...@@ -83,7 +83,8 @@
;; address, and (2) provide the port number. ;; address, and (2) provide the port number.
(server "194.199.1.1:5555") (server "194.199.1.1:5555")
(systems (list "x86_64-linux" (systems (list "x86_64-linux"
"aarch64-linux")))) "aarch64-linux"
"powerpc64le-linux"))))
(service avahi-service-type) ;for Cuirass (service avahi-service-type) ;for Cuirass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment