mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
71990cec80 |
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@@ -47,6 +47,14 @@ jobs:
|
||||
} &&
|
||||
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
|
||||
id: build
|
||||
uses: usimd/pi-gen-action@v1
|
||||
|
Reference in New Issue
Block a user