From becdfcbce6a0ff3d01a7e5b40e105ac58f58aba1 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 30 May 2021 13:25:30 -0700 Subject: [PATCH] Temporarily disable image creation --- .github/workflows/build.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 7be3daa..dc6b808 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -34,10 +34,10 @@ jobs: "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5")))) %default-channels) - - name: Build ISO - run: | - image=$(guix system image -t iso9660 installer.scm) - cp $image ./guix-installer.iso + # - name: Build ISO + # run: | + # image=$(guix system image -t iso9660 installer.scm) + # cp $image ./guix-installer.iso - name: Prepare Release Notes run: |