Skip to content

Commit

Permalink
change rootfs size, do not cache
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Nov 2, 2023
1 parent 7aed89f commit 7b82df9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ jobs:
- name: Get variant safe-name
run: echo "VARIANT_SAFE_NAME=$(echo "${{inputs.variant}}" | tr / -)" >> $GITHUB_ENV

- name: DNF Cache
uses: actions/cache@v3
with:
path: /var/cache/dnf
key: dnf-${{ inputs.variant }}-${{ matrix.arch }}

- name: Lorax Cache
uses: actions/cache@v3
with:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/ostree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ jobs:
- name: Get variant safe-name
run: echo "VARIANT_SAFE_NAME=$(echo "${{inputs.variant}}" | tr / -)" >> $GITHUB_ENV

- name: DNF Cache
uses: actions/cache@v3
with:
path: /var/cache/dnf
key: dnf-${{ inputs.variant }}-${{ matrix.arch }}

- name: OSTree Cache
uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion isos/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ build product image update_ref: prep
--mirrorlist='https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-{{fedora_version}}&arch={{arch()}}' \
--mirrorlist='https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-updates-released-{{fedora_version}}&arch={{arch()}}' \
--source=https://repos.fyralabs.com/terra{{fedora_version}}/ \
--rootfs-size=8 \
--rootfs-size=12 \
--product={{ if product == "ultramarine" { "'Ultramarine Linux'" } else { "'tauOS'" } }} \
--version={{ if product == "ultramarine" { ultramarine_version } else { tau_version } }} \
--release=1 \
Expand Down

0 comments on commit 7b82df9

Please sign in to comment.