"src/models/git@developer.sourcefind.cn:jerrrrry/infinilm.git" did not exist on "fcbf7bfce6b6297e2c12c80caf7880014fbf3fba"
Unverified Commit d8eedce0 authored by wukongdaily's avatar wukongdaily Committed by GitHub
Browse files

去除sha256文件

parent a3dad899
...@@ -80,14 +80,6 @@ jobs: ...@@ -80,14 +80,6 @@ jobs:
done done
ls ${{ github.workspace }}/bin/targets/bcm27xx/${{ env.cpu }} ls ${{ github.workspace }}/bin/targets/bcm27xx/${{ env.cpu }}
- name: Generate Firmware SHA-256
run: |
cp ${{ github.workspace }}/bin/targets/bcm27xx/${{ env.cpu }}/*squashfs-factory.img.gz ${{ github.workspace }}
for file in *squashfs-factory.img.gz; do
sha256sum "$file" > "$file.sha256"
sha256sum -c "$file.sha256"
done
- name: Create info - name: Create info
run: | run: |
if [ "${{ github.event.inputs.include_docker }}" == "yes" ]; then if [ "${{ github.event.inputs.include_docker }}" == "yes" ]; then
...@@ -103,8 +95,7 @@ jobs: ...@@ -103,8 +95,7 @@ jobs:
tag_name: Autobuild-raspberrypi tag_name: Autobuild-raspberrypi
body_path: ${{ github.workspace }}/info.md body_path: ${{ github.workspace }}/info.md
files: | files: |
${{ github.workspace }}/*.img.gz ${{ github.workspace }}/bin/targets/bcm27xx/${{ env.cpu }}/*squashfs-factory.img.gz
${{ github.workspace }}/*.sha256
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
...@@ -80,14 +80,6 @@ jobs: ...@@ -80,14 +80,6 @@ jobs:
done done
ls ${{ github.workspace }}/bin/targets/bcm27xx/${{ env.cpu }} ls ${{ github.workspace }}/bin/targets/bcm27xx/${{ env.cpu }}
- name: Generate Firmware SHA-256
run: |
cp ${{ github.workspace }}/bin/targets/bcm27xx/${{ env.cpu }}/*squashfs-factory.img.gz ${{ github.workspace }}
for file in *squashfs-factory.img.gz; do
sha256sum "$file" > "$file.sha256"
sha256sum -c "$file.sha256"
done
- name: Create info - name: Create info
run: | run: |
if [ "${{ github.event.inputs.include_docker }}" == "yes" ]; then if [ "${{ github.event.inputs.include_docker }}" == "yes" ]; then
...@@ -103,8 +95,7 @@ jobs: ...@@ -103,8 +95,7 @@ jobs:
tag_name: Autobuild-raspberrypi tag_name: Autobuild-raspberrypi
body_path: ${{ github.workspace }}/info.md body_path: ${{ github.workspace }}/info.md
files: | files: |
${{ github.workspace }}/*.img.gz ${{ github.workspace }}/bin/targets/bcm27xx/${{ env.cpu }}/*squashfs-factory.img.gz
${{ github.workspace }}/*.sha256
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
...@@ -93,14 +93,6 @@ jobs: ...@@ -93,14 +93,6 @@ jobs:
immortalwrt/imagebuilder:$tag /bin/bash /home/build/immortalwrt/build.sh immortalwrt/imagebuilder:$tag /bin/bash /home/build/immortalwrt/build.sh
done done
- name: Generate Firmware SHA-256
run: |
cp ${{ github.workspace }}/bin/targets/${{ env.platform }}/*.bin ${{ github.workspace }}
for file in *.bin; do
sha256sum "$file" > "$file.sha256"
sha256sum -c "$file.sha256"
done
- name: Create info - name: Create info
run: | run: |
if [ "${{ github.event.inputs.include_docker }}" == "yes" ]; then if [ "${{ github.event.inputs.include_docker }}" == "yes" ]; then
...@@ -117,8 +109,7 @@ jobs: ...@@ -117,8 +109,7 @@ jobs:
name: ImmortalWrt-GL-iNet name: ImmortalWrt-GL-iNet
body_path: ${{ github.workspace }}/mediatek-filogic/info.md body_path: ${{ github.workspace }}/mediatek-filogic/info.md
files: | files: |
${{ github.workspace }}/*.bin ${{ github.workspace }}/bin/targets/${{ env.platform }}/*.bin
${{ github.workspace }}/*.sha256
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
...@@ -98,13 +98,6 @@ jobs: ...@@ -98,13 +98,6 @@ jobs:
immortalwrt/imagebuilder:rockchip-armv8-openwrt-23.05.4 /bin/bash /home/build/immortalwrt/build.sh immortalwrt/imagebuilder:rockchip-armv8-openwrt-23.05.4 /bin/bash /home/build/immortalwrt/build.sh
done done
- name: Generate Firmware SHA-256
run: |
cp ${{ github.workspace }}/bin/targets/rockchip/armv8/*.img.gz ${{ github.workspace }}
for file in *.img.gz; do
sha256sum "$file" > "$file.sha256"
sha256sum -c "$file.sha256"
done
- name: Upload ImmortWrt as release assets - name: Upload ImmortWrt as release assets
uses: softprops/action-gh-release@v2.2.1 uses: softprops/action-gh-release@v2.2.1
...@@ -113,8 +106,7 @@ jobs: ...@@ -113,8 +106,7 @@ jobs:
name: ImmortWrt-Rockchip name: ImmortWrt-Rockchip
body_path: ${{ github.workspace }}/info.md body_path: ${{ github.workspace }}/info.md
files: | files: |
${{ github.workspace }}/*.img.gz ${{ github.workspace }}/bin/targets/rockchip/armv8/*.img.gz
${{ github.workspace }}/*.sha256
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
\ No newline at end of file
...@@ -118,13 +118,7 @@ jobs: ...@@ -118,13 +118,7 @@ jobs:
-e PPPOE_PASSWORD=${{ inputs.pppoe_password }} \ -e PPPOE_PASSWORD=${{ inputs.pppoe_password }} \
immortalwrt/imagebuilder:rockchip-armv8-openwrt-24.10.2 /bin/bash /home/build/immortalwrt/build.sh immortalwrt/imagebuilder:rockchip-armv8-openwrt-24.10.2 /bin/bash /home/build/immortalwrt/build.sh
done done
- name: Generate Firmware SHA-256
run: |
cp ${{ github.workspace }}/bin/targets/rockchip/armv8/*.img.gz ${{ github.workspace }}
for file in *.img.gz; do
sha256sum "$file" > "$file.sha256"
sha256sum -c "$file.sha256"
done
- name: Upload ImmortWrt as release assets - name: Upload ImmortWrt as release assets
uses: softprops/action-gh-release@v2.2.1 uses: softprops/action-gh-release@v2.2.1
...@@ -133,8 +127,7 @@ jobs: ...@@ -133,8 +127,7 @@ jobs:
name: ImmortWrt-Rockchip name: ImmortWrt-Rockchip
body_path: ${{ github.workspace }}/info.md body_path: ${{ github.workspace }}/info.md
files: | files: |
${{ github.workspace }}/*.img.gz ${{ github.workspace }}/bin/targets/rockchip/armv8/*.img.gz
${{ github.workspace }}/*.sha256
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
...@@ -68,14 +68,6 @@ jobs: ...@@ -68,14 +68,6 @@ jobs:
immortalwrt/imagebuilder:sunxi-cortexa53-openwrt-23.05.4 /bin/bash /home/build/immortalwrt/build.sh immortalwrt/imagebuilder:sunxi-cortexa53-openwrt-23.05.4 /bin/bash /home/build/immortalwrt/build.sh
done done
- name: Generate Firmware SHA-256
run: |
cp ${{ github.workspace }}/bin/targets/sunxi/cortexa53/*squashfs-sdcard.img.gz ${{ github.workspace }}
for file in *.img.gz; do
sha256sum "$file" > "$file.sha256"
sha256sum -c "$file.sha256"
done
- name: Create info - name: Create info
run: | run: |
if [ "${{ github.event.inputs.include_docker }}" == "yes" ]; then if [ "${{ github.event.inputs.include_docker }}" == "yes" ]; then
...@@ -92,8 +84,7 @@ jobs: ...@@ -92,8 +84,7 @@ jobs:
name: ImmortalWrt-sunxi-cortexa53 name: ImmortalWrt-sunxi-cortexa53
body_path: ${{ github.workspace }}/sunxi-cortexa53/info.md body_path: ${{ github.workspace }}/sunxi-cortexa53/info.md
files: | files: |
${{ github.workspace }}/*.img.gz ${{ github.workspace }}/bin/targets/sunxi/cortexa53/*squashfs-sdcard.img.gz
${{ github.workspace }}/*.sha256
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
...@@ -70,14 +70,7 @@ jobs: ...@@ -70,14 +70,7 @@ jobs:
immortalwrt/imagebuilder:sunxi-cortexa53-openwrt-24.10.2 /bin/bash /home/build/immortalwrt/build.sh immortalwrt/imagebuilder:sunxi-cortexa53-openwrt-24.10.2 /bin/bash /home/build/immortalwrt/build.sh
done done
- name: Generate Firmware SHA-256
run: |
cp ${{ github.workspace }}/bin/targets/sunxi/cortexa53/*squashfs-sdcard.img.gz ${{ github.workspace }}
for file in *.img.gz; do
sha256sum "$file" > "$file.sha256"
sha256sum -c "$file.sha256"
done
- name: Create info - name: Create info
run: | run: |
if [ "${{ github.event.inputs.include_docker }}" == "yes" ]; then if [ "${{ github.event.inputs.include_docker }}" == "yes" ]; then
...@@ -94,8 +87,7 @@ jobs: ...@@ -94,8 +87,7 @@ jobs:
name: ImmortalWrt-sunxi-cortexa53 name: ImmortalWrt-sunxi-cortexa53
body_path: ${{ github.workspace }}/sunxi-cortexa53/info.md body_path: ${{ github.workspace }}/sunxi-cortexa53/info.md
files: | files: |
${{ github.workspace }}/*.img.gz ${{ github.workspace }}/bin/targets/sunxi/cortexa53/*squashfs-sdcard.img.gz
${{ github.workspace }}/*.sha256
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
...@@ -75,12 +75,6 @@ jobs: ...@@ -75,12 +75,6 @@ jobs:
-e PPPOE_PASSWORD=${{ inputs.pppoe_password }} \ -e PPPOE_PASSWORD=${{ inputs.pppoe_password }} \
immortalwrt/imagebuilder:x86-64-openwrt-23.05.4 /bin/bash /home/build/immortalwrt/build.sh immortalwrt/imagebuilder:x86-64-openwrt-23.05.4 /bin/bash /home/build/immortalwrt/build.sh
done done
- name: Generate Firmware SHA-256
run: |
cp ${{ github.workspace }}/bin/targets/x86/64/immortalwrt-23.05.4-x86-64-generic-squashfs-combined-efi.img.gz ${{ github.workspace }}
sha256sum immortalwrt-23.05.4-x86-64-generic-squashfs-combined-efi.img.gz > immortalwrt-23.05.4-x86-64-generic-squashfs-combined-efi.img.gz.sha256
sha256sum -c immortalwrt-23.05.4-x86-64-generic-squashfs-combined-efi.img.gz.sha256
- name: Create info - name: Create info
run: | run: |
...@@ -97,8 +91,7 @@ jobs: ...@@ -97,8 +91,7 @@ jobs:
tag_name: Autobuild-x86-64 tag_name: Autobuild-x86-64
body_path: ${{ github.workspace }}/info.md body_path: ${{ github.workspace }}/info.md
files: | files: |
${{ github.workspace }}/immortalwrt-23.05.4-x86-64-generic-squashfs-combined-efi.img.gz ${{ github.workspace }}/bin/targets/x86/64/immortalwrt-23.05.4-x86-64-generic-squashfs-combined-efi.img.gz
${{ github.workspace }}/immortalwrt-23.05.4-x86-64-generic-squashfs-combined-efi.img.gz.sha256
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
......
...@@ -76,14 +76,6 @@ jobs: ...@@ -76,14 +76,6 @@ jobs:
immortalwrt/imagebuilder:x86-64-openwrt-24.10.2 /bin/bash /home/build/immortalwrt/build.sh immortalwrt/imagebuilder:x86-64-openwrt-24.10.2 /bin/bash /home/build/immortalwrt/build.sh
done done
- name: Generate Firmware SHA-256
run: |
cp ${{ github.workspace }}/bin/targets/x86/64/*squashfs-combined-efi.img.gz ${{ github.workspace }}
for file in *squashfs-combined-efi.img.gz; do
sha256sum "$file" > "$file.sha256"
sha256sum -c "$file.sha256"
done
- name: Create info - name: Create info
run: | run: |
if [ "${{ github.event.inputs.include_docker }}" == "yes" ]; then if [ "${{ github.event.inputs.include_docker }}" == "yes" ]; then
...@@ -99,8 +91,7 @@ jobs: ...@@ -99,8 +91,7 @@ jobs:
tag_name: Autobuild-x86-64 tag_name: Autobuild-x86-64
body_path: ${{ github.workspace }}/info.md body_path: ${{ github.workspace }}/info.md
files: | files: |
${{ github.workspace }}/*squashfs-combined-efi.img.gz ${{ github.workspace }}/bin/targets/x86/64/*squashfs-combined-efi.img.gz
${{ github.workspace }}/*.sha256
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
\ No newline at end of file
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