File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 16
16
- name : Run Make
17
17
run : |
18
18
export VOLUME_HOME=$(pwd)
19
- ls -alh $VOLUME_HOME
20
19
cp -r $VOLUME_HOME /home/build/openwrt_workflow
21
20
wget https://github.com/xiaorouji/openwrt-passwall/archive/3aff3af88536227d12fb7206992af64ff21cf4d2.zip -O /home/build/openwrt_workflow/openwrt-passwall-3aff3af88536227d12fb7206992af64ff21cf4d2.zip
22
21
cd /home/build/openwrt_workflow
97
96
sudo -u build ./scripts/feeds install -a
98
97
sudo -u build make defconfig
99
98
sudo -u build make package/luci-app-netdata/compile V=s -j1
100
- ls -alh bin/packages/x86_64/base/
101
99
tar zcvf $VOLUME_HOME/luci-app-netdata.tar.gz bin/packages/x86_64/base/luci-app-netdata*.ipk
102
100
- uses : actions/upload-artifact@v3
103
101
with :
You can’t perform that action at this time.
0 commit comments