Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lu-Lucifer authored Jun 29, 2023
1 parent fa37e35 commit bc44cb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ jobs:
fi
cp files/etc/opkg/distfeeds.conf.server files/etc/opkg/distfeeds.conf.mirror
# sed -i "s/http:\/\/192.168.123.100:2345\/snapshots/https:\/\/openwrt.cc\/snapshots\/$(date +"%Y-%m-%d")\/lean/g" files/etc/opkg/distfeeds.conf.mirror
make package/install -j$(nproc) || make package/install -j1 V=s
make target/install -j$(nproc) || make target/install -j1 V=s
make package/install -j$(nproc) || make package/install -j72
make target/install -j$(nproc) || make target/install -j72
pushd bin/targets/rockchip/armv8
#rm -rf **ext4**
rm -rf openwrt-rockchip-armv8.manifest
Expand Down

0 comments on commit bc44cb2

Please sign in to comment.