Skip to content

Commit

Permalink
Update x86_64_openwrt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DHDAXCW authored Nov 25, 2024
1 parent d2b0a25 commit 4fe24b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/x86_64_openwrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
make toolchain/compile -j$(nproc)
make package/cleanup -j$(nproc)
make target/compile -j$(nproc)
make -j$(nproc)
PLATFORM=$(basename `pwd`)
echo "PLATFORM=$PLATFORM" >> $GITHUB_ENV
echo "PLATFORM=$PLATFORM" >> $GITHUB_OUTPUT
Expand All @@ -125,6 +126,7 @@ jobs:
run: |
cd $OPENWRTROOT
mkdir -p files/etc/uci-defaults/
mkdir -p files/etc/opkg
cp ../scripts/init-settings.sh files/etc/uci-defaults/99-init-settings
cp ../configs/opkg/distfeeds-packages-server.conf 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
Expand Down

0 comments on commit 4fe24b1

Please sign in to comment.