Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mgqnfoqv7k2w
AutoBuildImmortalWrt
Commits
4290ffd0
Unverified
Commit
4290ffd0
authored
Jan 25, 2025
by
wukongdaily
Committed by
GitHub
Jan 25, 2025
Browse files
升级到24.10.0-rc4
parent
b2f1f31e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
.github/workflows/build-RaspBerryPi-24.10.yml
.github/workflows/build-RaspBerryPi-24.10.yml
+5
-5
.github/workflows/build-rockchip-immortalWrt-24.10.yml
.github/workflows/build-rockchip-immortalWrt-24.10.yml
+1
-1
.github/workflows/build-sunxi-cortexa53-24.10.yml
.github/workflows/build-sunxi-cortexa53-24.10.yml
+1
-1
.github/workflows/build-x86-64-24.10.yml
.github/workflows/build-x86-64-24.10.yml
+1
-1
No files found.
.github/workflows/build-RaspBerryPi-24.10.yml
View file @
4290ffd0
...
@@ -45,19 +45,19 @@ jobs:
...
@@ -45,19 +45,19 @@ jobs:
run
:
|
run
:
|
profiles="${{ github.event.inputs.profile }}"
profiles="${{ github.event.inputs.profile }}"
if [ "$profiles" = "rpi" ]; then
if [ "$profiles" = "rpi" ]; then
tag=bcm27xx-bcm2708-openwrt-24.10.0-rc
3
tag=bcm27xx-bcm2708-openwrt-24.10.0-rc
4
echo "cpu=bcm2708" >> $GITHUB_ENV
echo "cpu=bcm2708" >> $GITHUB_ENV
elif [ "$profiles" = "rpi-2" ]; then
elif [ "$profiles" = "rpi-2" ]; then
tag=bcm27xx-bcm2709-openwrt-24.10.0-rc
3
tag=bcm27xx-bcm2709-openwrt-24.10.0-rc
4
echo "cpu=bcm2709" >> $GITHUB_ENV
echo "cpu=bcm2709" >> $GITHUB_ENV
elif [ "$profiles" = "rpi-3" ]; then
elif [ "$profiles" = "rpi-3" ]; then
tag=bcm27xx-bcm2710-openwrt-24.10.0-rc
3
tag=bcm27xx-bcm2710-openwrt-24.10.0-rc
4
echo "cpu=bcm2710" >> $GITHUB_ENV
echo "cpu=bcm2710" >> $GITHUB_ENV
elif [ "$profiles" = "rpi-4" ]; then
elif [ "$profiles" = "rpi-4" ]; then
tag=bcm27xx-bcm2711-openwrt-24.10.0-rc
3
tag=bcm27xx-bcm2711-openwrt-24.10.0-rc
4
echo "cpu=bcm2711" >> $GITHUB_ENV
echo "cpu=bcm2711" >> $GITHUB_ENV
elif [ "$profiles" = "rpi-5" ]; then
elif [ "$profiles" = "rpi-5" ]; then
tag=bcm27xx-bcm2712-openwrt-24.10.0-rc
3
tag=bcm27xx-bcm2712-openwrt-24.10.0-rc
4
echo "cpu=bcm2712" >> $GITHUB_ENV
echo "cpu=bcm2712" >> $GITHUB_ENV
fi
fi
include_docker="${{ github.event.inputs.include_docker }}"
include_docker="${{ github.event.inputs.include_docker }}"
...
...
.github/workflows/build-rockchip-immortalWrt-24.10.yml
View file @
4290ffd0
...
@@ -113,7 +113,7 @@ jobs:
...
@@ -113,7 +113,7 @@ jobs:
-e ENABLE_PPPOE=${{ inputs.enable_pppoe }} \
-e ENABLE_PPPOE=${{ inputs.enable_pppoe }} \
-e PPPOE_ACCOUNT=${{ inputs.pppoe_account }} \
-e PPPOE_ACCOUNT=${{ inputs.pppoe_account }} \
-e PPPOE_PASSWORD=${{ inputs.pppoe_password }} \
-e PPPOE_PASSWORD=${{ inputs.pppoe_password }} \
immortalwrt/imagebuilder:rockchip-armv8-openwrt-24.10.0-rc
3
/bin/bash /home/build/immortalwrt/build.sh
immortalwrt/imagebuilder:rockchip-armv8-openwrt-24.10.0-rc
4
/bin/bash /home/build/immortalwrt/build.sh
done
done
-
name
:
Generate Firmware SHA-256
-
name
:
Generate Firmware SHA-256
run
:
|
run
:
|
...
...
.github/workflows/build-sunxi-cortexa53-24.10.yml
View file @
4290ffd0
...
@@ -65,7 +65,7 @@ jobs:
...
@@ -65,7 +65,7 @@ jobs:
-e PROFILE=$profile \
-e PROFILE=$profile \
-e INCLUDE_DOCKER=$include_docker \
-e INCLUDE_DOCKER=$include_docker \
-e ROOTSIZE=$size \
-e ROOTSIZE=$size \
immortalwrt/imagebuilder:sunxi-cortexa53-openwrt-24.10.0-rc
3
/bin/bash /home/build/immortalwrt/build.sh
immortalwrt/imagebuilder:sunxi-cortexa53-openwrt-24.10.0-rc
4
/bin/bash /home/build/immortalwrt/build.sh
done
done
-
name
:
Generate Firmware SHA-256
-
name
:
Generate Firmware SHA-256
...
...
.github/workflows/build-x86-64-24.10.yml
View file @
4290ffd0
...
@@ -72,7 +72,7 @@ jobs:
...
@@ -72,7 +72,7 @@ jobs:
-e ENABLE_PPPOE=${{ inputs.enable_pppoe }} \
-e ENABLE_PPPOE=${{ inputs.enable_pppoe }} \
-e PPPOE_ACCOUNT=${{ inputs.pppoe_account }} \
-e PPPOE_ACCOUNT=${{ inputs.pppoe_account }} \
-e PPPOE_PASSWORD=${{ inputs.pppoe_password }} \
-e PPPOE_PASSWORD=${{ inputs.pppoe_password }} \
immortalwrt/imagebuilder:x86-64-openwrt-24.10.0-rc
3
/bin/bash /home/build/immortalwrt/build.sh
immortalwrt/imagebuilder:x86-64-openwrt-24.10.0-rc
4
/bin/bash /home/build/immortalwrt/build.sh
done
done
-
name
:
Generate Firmware SHA-256
-
name
:
Generate Firmware SHA-256
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment