From 9bd6064e497fdf4963f069e501fa93946c9780e1 Mon Sep 17 00:00:00 2001 From: zengkid Date: Tue, 26 Dec 2023 20:14:47 +0800 Subject: [PATCH] update build --- .github/workflows/build-iso.yml | 2 +- .github/workflows/releasebuild.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-iso.yml b/.github/workflows/build-iso.yml index 65c0140..588058b 100644 --- a/.github/workflows/build-iso.yml +++ b/.github/workflows/build-iso.yml @@ -31,7 +31,7 @@ jobs: run: | git clone -b sagitta --single-branch https://github.com/vyos/vyos-build cd vyos-build - docker run --rm --privileged -v $(pwd):/vyos -w /vyos vyos/vyos-build:sagitta bash -c 'sudo make clean && sudo ./build-vyos-image iso --architecture amd64 --build-type release --version "${{ env.VYOS_VERSION }}"' + 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 }}"' - name: Upload binaries to release uses: svenstaro/upload-release-action@v2 diff --git a/.github/workflows/releasebuild.yml b/.github/workflows/releasebuild.yml index 66ef22c..93a8e66 100644 --- a/.github/workflows/releasebuild.yml +++ b/.github/workflows/releasebuild.yml @@ -31,7 +31,7 @@ jobs: run: | git clone -b sagitta --single-branch https://github.com/vyos/vyos-build cd vyos-build - docker run --rm --privileged -v $(pwd):/vyos -w /vyos vyos/vyos-build:sagitta bash -c 'sudo make clean && sudo ./build-vyos-image iso --architecture amd64 --build-type release --version "${{ env.VYOS_VERSION }}"' + 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 }}"' - name: Upload binaries to release uses: svenstaro/upload-release-action@v2