Skip to content

Commit

Permalink
chore: try mount root under host for iso build
Browse files Browse the repository at this point in the history
to clean up disk
  • Loading branch information
BobyMCbobs committed Feb 20, 2024
1 parent f3e43fa commit e1f3bb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
container:
image: fedora:39
options: --privileged
volumes:
- /:/host
steps:
- uses: actions/checkout@473055ba18d6d2da209cd46110aadb9275e3194e
- uses: ublue-os/isogenerator@a8cdedd915546b69c1e76036f85759b1f35cd029
Expand Down

0 comments on commit e1f3bb4

Please sign in to comment.