From 06dbe7e4ad96f96d83e6b494b088375072872900 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Fri, 5 Apr 2024 10:59:37 +0300 Subject: [PATCH] Add nonguix substitute server to CI automation --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c38503c..cc0068a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -28,7 +28,7 @@ jobs: guix time-machine -C './guix/base-channels.scm' -- describe -f channels > './guix/channels.scm' # Build the image - image=$(guix time-machine -C './guix/channels.scm' -- system image -t iso9660 './guix/installer.scm') + image=$(guix time-machine -C './guix/channels.scm' --substitute-urls='https://ci.guix.gnu.org https://bordeaux.guix.gnu.org https://substitutes.nonguix.org' -- system image -t iso9660 './guix/installer.scm') # Copy the image to the local folder with a better name export RELEASE_TAG=$(date +"%Y%m%d%H%M")