Build ImmortalWrt quickly using immortalwrt/imagebuilder
in GitHub Actions.
它是一个工作流,可快速构建带 Docker 且支持自定义固件大小的 ImmortalWrt。
1、支持自定义固件大小 默认
1GB
2、支持预安装docker
(可选)
3、默认 LAN 口 IP 为192.168.0.1
4、可以通过99-custom.sh
配置和调整
5、x86-64/build.sh
可以添加删除插件
https://mirrors.sjtug.sjtu.edu.cn/immortalwrt/releases/23.05.4/packages/aarch64_cortex-a53/luci/
https://mirrors.sjtug.sjtu.edu.cn/immortalwrt/releases/23.05.4/packages/x86_64/luci/
- https://github.com/openwrt/openwrt
- https://github.com/coolsnowwolf/lede
- https://github.com/fw876/helloworld
- https://github.com/Lienol/openwrt-package
- https://github.com/immortalwrt/immortalwrt
- https://github.com/immortalwrt/homeproxy
- https://github.com/wukongdaily/AutoBuildImmortalWrt
This repo only keeps the latest 5 releases.
Download the .sha256
file. Make sure the sha256sums file and img file in a same folder.
sha256sum -c immortalwrt-x86-64-generic-squashfs-combined-efi.img.gz.sha256 --ignore-missing
or find sha256sums on the release tag note, check it manual
echo "bf69a9ae42825a76c449699f393b8aa35216f3ffef428ae851d76ce4386bd3c3 *openwrt-x86-64-generic-squashfs-combined.img.gz" | shasum -a 256 --check
Make sure its OK
before upload it.