mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Increase swap before pi-gen action
This commit is contained in:
parent
a04fe39050
commit
71990cec80
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -47,6 +47,14 @@ jobs:
|
|||||||
} &&
|
} &&
|
||||||
chmod +x stage-raspap/prerun.sh
|
chmod +x stage-raspap/prerun.sh
|
||||||
|
|
||||||
|
- name: Increase swap
|
||||||
|
run: |
|
||||||
|
sudo fallocate -l 4G /swapfile
|
||||||
|
sudo chmod 600 /swapfile
|
||||||
|
sudo mkswap /swapfile
|
||||||
|
sudo swapon /swapfile
|
||||||
|
free -h
|
||||||
|
|
||||||
- name: Build RaspAP Image
|
- name: Build RaspAP Image
|
||||||
id: build
|
id: build
|
||||||
uses: usimd/pi-gen-action@v1
|
uses: usimd/pi-gen-action@v1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user