"examples/accelerate/fsdp2_config.yaml" did not exist on "0d4db43f32cb3c472da832ad8586517f670235e2"
Unverified Commit 9e17b5a3 authored by wukongdaily's avatar wukongdaily Committed by GitHub
Browse files

更新到24.10.1版本

parent 9b5150df
name: build-QEMU-armsr-armv8-24.10.0
name: build-QEMU-armsr-armv8-24.10.1
# 你可以理解为这是一种ARM64平台下通用型OpenWrt ,产出格式为qcow2,适合所有ARM64平台的虚拟机
# 比如斐讯N1刷了armbian系统,armbian系统里安装了PVE虚拟机 可用
# 比如新款Apple Silicon芯片的苹果电脑里的虚拟机UTM 可用
......@@ -75,7 +75,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.0 /bin/bash /home/build/immortalwrt/build.sh
immortalwrt/imagebuilder:armsr-armv8-openwrt-24.10.1 /bin/bash /home/build/immortalwrt/build.sh
done
- name: Generate Firmware SHA-256
run: |
......@@ -85,7 +85,7 @@ jobs:
uses: softprops/action-gh-release@v2.2.1
with:
tag_name: QEMU
name: ImmortWrt-QEMU-armsr-armv8-24.10.0
name: ImmortWrt-QEMU-armsr-armv8-24.10.1
body_path: ${{ github.workspace }}/armsr-armv8/info.md
files: |
${{ github.workspace }}/*.qcow2
......
name: build-RaspBerryPi-24.10.0
name: build-RaspBerryPi-24.10.1
on:
workflow_dispatch:
......@@ -41,23 +41,23 @@ jobs:
run: |
chmod +x ${{ github.workspace }}/raspberrypi/24.10/build.sh
- name: Build raspberrypi ImmortalWrt 24.10.0
- name: Build raspberrypi ImmortalWrt 24.10.1
run: |
profiles="${{ github.event.inputs.profile }}"
if [ "$profiles" = "rpi" ]; then
tag=bcm27xx-bcm2708-openwrt-24.10.0
tag=bcm27xx-bcm2708-openwrt-24.10.1
echo "cpu=bcm2708" >> $GITHUB_ENV
elif [ "$profiles" = "rpi-2" ]; then
tag=bcm27xx-bcm2709-openwrt-24.10.0
tag=bcm27xx-bcm2709-openwrt-24.10.1
echo "cpu=bcm2709" >> $GITHUB_ENV
elif [ "$profiles" = "rpi-3" ]; then
tag=bcm27xx-bcm2710-openwrt-24.10.0
tag=bcm27xx-bcm2710-openwrt-24.10.1
echo "cpu=bcm2710" >> $GITHUB_ENV
elif [ "$profiles" = "rpi-4" ]; then
tag=bcm27xx-bcm2711-openwrt-24.10.0
tag=bcm27xx-bcm2711-openwrt-24.10.1
echo "cpu=bcm2711" >> $GITHUB_ENV
elif [ "$profiles" = "rpi-5" ]; then
tag=bcm27xx-bcm2712-openwrt-24.10.0
tag=bcm27xx-bcm2712-openwrt-24.10.1
echo "cpu=bcm2712" >> $GITHUB_ENV
fi
include_docker="${{ github.event.inputs.include_docker }}"
......
name: build-gl-inet-24.10.0
name: build-gl-inet-24.10.1
on:
workflow_dispatch:
inputs:
......@@ -59,16 +59,16 @@ jobs:
fi
- name: Build Gl-iNet ImmortalWrt 24.10.0
- name: Build Gl-iNet ImmortalWrt 24.10.1
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.0
tag=ipq40xx-generic-openwrt-24.10.1
echo "platform=ipq40xx/generic" >> $GITHUB_ENV
else
tag=mediatek-filogic-openwrt-24.10.0
tag=mediatek-filogic-openwrt-24.10.1
echo "platform=mediatek/filogic" >> $GITHUB_ENV
fi
......
name: build-rockchip-immortalWrt-24.10.0
name: build-rockchip-immortalWrt-24.10.1
on:
workflow_dispatch:
......@@ -113,7 +113,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.0 /bin/bash /home/build/immortalwrt/build.sh
immortalwrt/imagebuilder:rockchip-armv8-openwrt-24.10.1 /bin/bash /home/build/immortalwrt/build.sh
done
- name: Generate Firmware SHA-256
run: |
......
name: build-sunxi-cortexa53-24.10.0
name: build-sunxi-cortexa53-24.10.1
on:
workflow_dispatch:
......@@ -46,7 +46,7 @@ jobs:
run: |
chmod +x ${{ github.workspace }}/sunxi-cortexa53/build.sh
- name: Build sunxi-cortexa53 ImmpotalWrt 24.10
- name: Build sunxi-cortexa53 ImmpotalWrt 24.10.1
run: |
profiles="${{ github.event.inputs.profile }}"
include_docker="${{ github.event.inputs.include_docker }}"
......@@ -65,7 +65,7 @@ jobs:
-e PROFILE=$profile \
-e INCLUDE_DOCKER=$include_docker \
-e ROOTSIZE=$size \
immortalwrt/imagebuilder:sunxi-cortexa53-openwrt-24.10.0 /bin/bash /home/build/immortalwrt/build.sh
immortalwrt/imagebuilder:sunxi-cortexa53-openwrt-24.10.1 /bin/bash /home/build/immortalwrt/build.sh
done
- name: Generate Firmware SHA-256
......
name: build-x86-64-immortalwrt-24.10.0
name: build-x86-64-immortalwrt-24.10.1
on:
workflow_dispatch:
......@@ -72,7 +72,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.0 /bin/bash /home/build/immortalwrt/build.sh
immortalwrt/imagebuilder:x86-64-openwrt-24.10.1 /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