Unverified Commit bda1187e authored by wukongdaily's avatar wukongdaily Committed by GitHub
Browse files

更新到24.10.2

parent c95f1c2b
name: build-QEMU-armsr-armv8-24.10.1
name: build-QEMU-armsr-armv8-24.10.2
# 你可以理解为这是一种ARM64平台下通用型OpenWrt ,产出格式为qcow2,适合所有ARM64平台的虚拟机
# 比如斐讯N1刷了armbian系统,armbian系统里安装了PVE虚拟机 可用
# 比如新款Apple Silicon芯片的苹果电脑里的虚拟机UTM 可用
......@@ -87,7 +87,7 @@ jobs:
-e ENABLE_PPPOE=${{ inputs.enable_pppoe }} \
-e PPPOE_ACCOUNT=${{ inputs.pppoe_account }} \
-e PPPOE_PASSWORD=${{ inputs.pppoe_password }} \
immortalwrt/imagebuilder:armsr-armv8-openwrt-24.10.1 /bin/bash /home/build/immortalwrt/build.sh
immortalwrt/imagebuilder:armsr-armv8-openwrt-24.10.2 /bin/bash /home/build/immortalwrt/build.sh
done
- name: Generate Firmware SHA-256
run: |
......@@ -97,7 +97,7 @@ jobs:
uses: softprops/action-gh-release@v2.2.1
with:
tag_name: QEMU
name: ImmortWrt-QEMU-armsr-armv8-24.10.1
name: ImmortWrt-QEMU-armsr-armv8-24.10.2
body_path: ${{ github.workspace }}/armsr-armv8/info.md
files: |
${{ github.workspace }}/*.qcow2
......
name: build-RaspBerryPi-24.10.1
name: build-RaspBerryPi-24.10.2
on:
workflow_dispatch:
......@@ -53,23 +53,23 @@ jobs:
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat -O files/etc/openclash/GeoIP.dat
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat -O files/etc/openclash/GeoSite.dat
- name: Build raspberrypi ImmortalWrt 24.10.1
- name: Build raspberrypi ImmortalWrt 24.10.2
run: |
profiles="${{ github.event.inputs.profile }}"
if [ "$profiles" = "rpi" ]; then
tag=bcm27xx-bcm2708-openwrt-24.10.1
tag=bcm27xx-bcm2708-openwrt-24.10.2
echo "cpu=bcm2708" >> $GITHUB_ENV
elif [ "$profiles" = "rpi-2" ]; then
tag=bcm27xx-bcm2709-openwrt-24.10.1
tag=bcm27xx-bcm2709-openwrt-24.10.2
echo "cpu=bcm2709" >> $GITHUB_ENV
elif [ "$profiles" = "rpi-3" ]; then
tag=bcm27xx-bcm2710-openwrt-24.10.1
tag=bcm27xx-bcm2710-openwrt-24.10.2
echo "cpu=bcm2710" >> $GITHUB_ENV
elif [ "$profiles" = "rpi-4" ]; then
tag=bcm27xx-bcm2711-openwrt-24.10.1
tag=bcm27xx-bcm2711-openwrt-24.10.2
echo "cpu=bcm2711" >> $GITHUB_ENV
elif [ "$profiles" = "rpi-5" ]; then
tag=bcm27xx-bcm2712-openwrt-24.10.1
tag=bcm27xx-bcm2712-openwrt-24.10.2
echo "cpu=bcm2712" >> $GITHUB_ENV
fi
include_docker="${{ github.event.inputs.include_docker }}"
......
name: build-gl-inet-24.10.1
name: build-gl-inet-24.10.2
on:
workflow_dispatch:
inputs:
......@@ -71,16 +71,16 @@ jobs:
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat -O files/etc/openclash/GeoSite.dat
- name: Build Gl-iNet ImmortalWrt 24.10.1
- name: Build Gl-iNet ImmortalWrt 24.10.2
run: |
profiles="${{ github.event.inputs.profile }}"
include_docker="${{ github.event.inputs.include_docker }}"
if [ "$profiles" = "glinet_gl-b2200" ]; then
tag=ipq40xx-generic-openwrt-24.10.1
tag=ipq40xx-generic-openwrt-24.10.2
echo "platform=ipq40xx/generic" >> $GITHUB_ENV
else
tag=mediatek-filogic-openwrt-24.10.1
tag=mediatek-filogic-openwrt-24.10.2
echo "platform=mediatek/filogic" >> $GITHUB_ENV
fi
......
name: build-rockchip-immortalWrt-24.10.1
name: build-rockchip-immortalWrt-24.10.2
on:
workflow_dispatch:
......@@ -125,7 +125,7 @@ jobs:
-e ENABLE_PPPOE=${{ inputs.enable_pppoe }} \
-e PPPOE_ACCOUNT=${{ inputs.pppoe_account }} \
-e PPPOE_PASSWORD=${{ inputs.pppoe_password }} \
immortalwrt/imagebuilder:rockchip-armv8-openwrt-24.10.1 /bin/bash /home/build/immortalwrt/build.sh
immortalwrt/imagebuilder:rockchip-armv8-openwrt-24.10.2 /bin/bash /home/build/immortalwrt/build.sh
done
- name: Generate Firmware SHA-256
run: |
......
name: build-sunxi-cortexa53-24.10.1
name: build-sunxi-cortexa53-24.10.2
on:
workflow_dispatch:
......@@ -58,7 +58,7 @@ jobs:
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat -O files/etc/openclash/GeoIP.dat
wget -q https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat -O files/etc/openclash/GeoSite.dat
- name: Build sunxi-cortexa53 ImmpotalWrt 24.10.1
- name: Build sunxi-cortexa53 ImmpotalWrt 24.10.2
run: |
profiles="${{ github.event.inputs.profile }}"
include_docker="${{ github.event.inputs.include_docker }}"
......@@ -77,7 +77,7 @@ jobs:
-e PROFILE=$profile \
-e INCLUDE_DOCKER=$include_docker \
-e ROOTSIZE=$size \
immortalwrt/imagebuilder:sunxi-cortexa53-openwrt-24.10.1 /bin/bash /home/build/immortalwrt/build.sh
immortalwrt/imagebuilder:sunxi-cortexa53-openwrt-24.10.2 /bin/bash /home/build/immortalwrt/build.sh
done
- name: Generate Firmware SHA-256
......
name: build-x86-64-immortalwrt-24.10.1
name: build-x86-64-immortalwrt-24.10.2
on:
workflow_dispatch:
......@@ -84,7 +84,7 @@ jobs:
-e ENABLE_PPPOE=${{ inputs.enable_pppoe }} \
-e PPPOE_ACCOUNT=${{ inputs.pppoe_account }} \
-e PPPOE_PASSWORD=${{ inputs.pppoe_password }} \
immortalwrt/imagebuilder:x86-64-openwrt-24.10.1 /bin/bash /home/build/immortalwrt/build.sh
immortalwrt/imagebuilder:x86-64-openwrt-24.10.2 /bin/bash /home/build/immortalwrt/build.sh
done
- name: Generate Firmware SHA-256
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment