Skip to content

Commit

Permalink
更新 action
Browse files Browse the repository at this point in the history
  • Loading branch information
217heidai committed Dec 26, 2024
1 parent d611e82 commit 2c97a0f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build-23.05.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
rm -rf immortalwrt-x86-64-generic-kernel.bin
rm -rf immortalwrt-x86-64-generic.manifest
rm -rf immortalwrt-x86-64-generic-squashfs-rootfs.img.gz
mv config ${{fromJSON(matrix.info).TYPE}}.config
mv config immortalwrt-${{fromJSON(matrix.info).TYPE}}.config
mv immortalwrt-x86-64-generic-rootfs.tar.gz immortalwrt-${{fromJSON(matrix.info).TYPE}}-generic-rootfs-x86_64-23.05-${{env.COMPILE_TIME}}.tar.gz
mv immortalwrt-x86-64-generic-squashfs-combined-efi.img.gz immortalwrt-${{fromJSON(matrix.info).TYPE}}-generic-squashfs-combined-efi-x86_64-23.05-${{env.COMPILE_TIME}}.img.gz
Expand All @@ -136,8 +136,10 @@ jobs:
# IP
- immortalwrt-router: 192.168.3.1
- immortalwrt-gateway: 192.168.1.5
# username: root
# password: password
# username
- root
# password
- password
overwrite: true

Delete_Workflow:
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/build-24.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
rm -rf immortalwrt-x86-64-generic-kernel.bin
rm -rf immortalwrt-x86-64-generic.manifest
rm -rf immortalwrt-x86-64-generic-squashfs-rootfs.img.gz
mv config ${{fromJSON(matrix.info).TYPE}}.config
mv config immortalwrt-${{fromJSON(matrix.info).TYPE}}.config
mv immortalwrt-x86-64-generic-rootfs.tar.gz immortalwrt-${{fromJSON(matrix.info).TYPE}}-generic-rootfs-x86_64-24.10-${{env.COMPILE_TIME}}.tar.gz
mv immortalwrt-x86-64-generic-squashfs-combined-efi.img.gz immortalwrt-${{fromJSON(matrix.info).TYPE}}-generic-squashfs-combined-efi-x86_64-24.10-${{env.COMPILE_TIME}}.img.gz
Expand All @@ -136,8 +136,10 @@ jobs:
# IP
- immortalwrt-router: 192.168.3.1
- immortalwrt-gateway: 192.168.1.5
# username: root
# password: password
# username
- root
# password
- password
overwrite: true

Delete_Workflow:
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# OpenWrt-Builder
基于 [ImmortalWrt](https://github.com/immortalwrt/immortalwrt) 定制编译的主路由、旁路网关,跟随 immortalwrt 代码更新自动编译。
基于 [ImmortalWrt](https://github.com/immortalwrt/immortalwrt) 定制编译的主路由、旁路网关,跟随 ImmortalWrt 代码更新自动编译。

## 支持的 ImmortalWrt 版本
* [x] ImmortalWrt-24.10
* [x] ImmortalWrt-23.05

# 主路由
***支持 4/5G 模块拨号上网。***
Expand Down

0 comments on commit 2c97a0f

Please sign in to comment.