Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
toffee-makes-things committed Feb 1, 2025
1 parent 722b288 commit 2064cf9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,12 @@ jobs:
- name: Move ISO
run: |
cp resources/vyos-rolling*/vyos-build/build/*.iso resources/isos/base.iso
- name: Change Permissions
run: |
chmod -R 777 *
- name: Build Modular ISO
run: |
vyos-modular build -c config.yml
sudo -E vyos-modular build -c config.yml
- name: Logging
run: |
find . -maxdepth 20 -name '*'

0 comments on commit 2064cf9

Please sign in to comment.