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 1616 - name : Run Make
1717 run : |
1818 export VOLUME_HOME=$(pwd)
19- ls -alh $VOLUME_HOME
2019 cp -r $VOLUME_HOME /home/build/openwrt_workflow
2120 wget https://github.com/xiaorouji/openwrt-passwall/archive/3aff3af88536227d12fb7206992af64ff21cf4d2.zip -O /home/build/openwrt_workflow/openwrt-passwall-3aff3af88536227d12fb7206992af64ff21cf4d2.zip
2221 cd /home/build/openwrt_workflow
9796 sudo -u build ./scripts/feeds install -a
9897 sudo -u build make defconfig
9998 sudo -u build make package/luci-app-netdata/compile V=s -j1
100- ls -alh bin/packages/x86_64/base/
10199 tar zcvf $VOLUME_HOME/luci-app-netdata.tar.gz bin/packages/x86_64/base/luci-app-netdata*.ipk
102100 - uses : actions/upload-artifact@v3
103101 with :
You can’t perform that action at this time.
0 commit comments