Build: try to fix docker support
This commit is contained in:
3
.github/workflows/lo-test.yml
vendored
3
.github/workflows/lo-test.yml
vendored
@@ -263,6 +263,9 @@ jobs:
|
||||
|
||||
- name: Generate firmware
|
||||
run: |
|
||||
if [[ ${{ github.event.client_payload.device || github.event.inputs.device }} == *"r1s"* ]]; then
|
||||
sudo poweroff
|
||||
fi
|
||||
sudo sysctl vm.swappiness=0
|
||||
curl -L https://github.com/klever1988/sshactions/releases/download/cache/ib-$DEVICE.tar.xz | tar -Jxvf -
|
||||
mv *imagebuilder* ib && cd ib
|
||||
|
||||
@@ -28,6 +28,7 @@ CONFIG_PACKAGE_ddnsto=y
|
||||
CONFIG_PACKAGE_luci-app-ddnsto=y
|
||||
CONFIG_PACKAGE_luci-app-diskman=y
|
||||
CONFIG_PACKAGE_luci-app-dockerman=y
|
||||
CONFIG_DOCKER_OPTIONAL_FEATURES=y
|
||||
CONFIG_PACKAGE_luci-app-filetransfer=y
|
||||
CONFIG_PACKAGE_luci-app-frpc=y
|
||||
CONFIG_PACKAGE_luci-app-godproxy=y
|
||||
|
||||
@@ -28,6 +28,7 @@ CONFIG_PACKAGE_ddnsto=y
|
||||
CONFIG_PACKAGE_luci-app-ddnsto=y
|
||||
CONFIG_PACKAGE_luci-app-diskman=y
|
||||
CONFIG_PACKAGE_luci-app-dockerman=y
|
||||
CONFIG_DOCKER_OPTIONAL_FEATURES=y
|
||||
CONFIG_PACKAGE_luci-app-filetransfer=y
|
||||
CONFIG_PACKAGE_luci-app-frpc=y
|
||||
CONFIG_PACKAGE_luci-app-godproxy=y
|
||||
|
||||
@@ -28,6 +28,7 @@ CONFIG_PACKAGE_ddnsto=y
|
||||
CONFIG_PACKAGE_luci-app-ddnsto=y
|
||||
CONFIG_PACKAGE_luci-app-diskman=y
|
||||
CONFIG_PACKAGE_luci-app-dockerman=y
|
||||
CONFIG_DOCKER_OPTIONAL_FEATURES=y
|
||||
CONFIG_PACKAGE_luci-app-filetransfer=y
|
||||
CONFIG_PACKAGE_luci-app-frpc=y
|
||||
CONFIG_PACKAGE_luci-app-godproxy=y
|
||||
|
||||
Reference in New Issue
Block a user