Skip to content

Commit

Permalink
Switch linuxloops live image back to ext4
Browse files Browse the repository at this point in the history
  • Loading branch information
sebanc committed Dec 26, 2024
1 parent 59e9757 commit f51b925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
- name: Set current date
run: echo "current_date=$(date '+%Y%m%d')" >> $GITHUB_ENV
- name: Build Linuxloops Live Disk
run: bash linuxloops -distro Debian -env Cinnamon -dst linuxloops_live_${{ env.current_date }}.img -u -a -b -H "linuxloops"
run: bash linuxloops -distro Debian -env Cinnamon -dst linuxloops_live_${{ env.current_date }}.img -u -a -H "linuxloops"
- name: Compress Linuxloops Live Disk
run: 7z a linuxloops_live_${{ env.current_date }}.7z linuxloops_live_${{ env.current_date }}.img
run: 7z a linuxloops_live_${{ env.current_date }}.7z linuxloops_live_${{ env.current_date }}.img -mx9
- name: Generate release details
run: |
RELEASE_FILE=linuxloops_live_${{ env.current_date }}.7z
Expand Down

0 comments on commit f51b925

Please sign in to comment.