Skip to content

Commit

Permalink
Update build-iso.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zengkid authored Jun 9, 2024
1 parent 06cfa48 commit 22f8668
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 @@ -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 }}"'
Expand Down

0 comments on commit 22f8668

Please sign in to comment.