From cd6950b8101f2c88743ebd908eacbc923542a9be Mon Sep 17 00:00:00 2001 From: antreos <14957191+antreos@users.noreply.github.com> Date: Sun, 4 Aug 2024 14:10:14 +0200 Subject: [PATCH] Update build-iso.yml --- .github/workflows/build-iso.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-iso.yml b/.github/workflows/build-iso.yml index 588058b..43c2df4 100644 --- a/.github/workflows/build-iso.yml +++ b/.github/workflows/build-iso.yml @@ -29,7 +29,7 @@ jobs: - name: Build iso run: | - git clone -b sagitta --single-branch https://github.com/vyos/vyos-build + git clone -b sagitta --single-branch https://github.com/dd010101/vyos-build cd vyos-build docker run --rm --privileged -v $(pwd):/vyos -w /vyos vyos/vyos-build:sagitta bash -c 'sudo ./build-vyos-image iso --architecture amd64 --build-type release --version "${{ env.VYOS_VERSION }}"'