Skip to content

Commit

Permalink
Merge pull request #7 from zengkid/circinus
Browse files Browse the repository at this point in the history
Update build-iso.yml
  • Loading branch information
zengkid authored Feb 24, 2024
2 parents 9f92406 + 9e71d3f commit bca4c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./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 make clean && ./build-vyos-image iso --architecture amd64 --build-type release --version "${{ env.VYOS_VERSION }}"'
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit bca4c91

Please sign in to comment.