changed rootfs size to 9G
This commit is contained in:
parent
4910cf76bc
commit
eb21d10efa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -54,7 +54,7 @@ jobs:
|
||||||
scripts+=("$script_path")
|
scripts+=("$script_path")
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
sudo ./create-image 8G ${{ matrix.arch }} "${scripts[@]}"
|
sudo ./create-image 9G ${{ matrix.arch }} "${scripts[@]}"
|
||||||
- name: Rename image
|
- name: Rename image
|
||||||
id: rename-image
|
id: rename-image
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue