Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
roacn committed Dec 10, 2023
1 parent dc38d58 commit 750a890
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 85 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
if: steps.compile.outcome == 'success' && env.UPLOAD_FIRMWARE == 'true'
uses: actions/upload-artifact@v3
with:
name: ${{ env.SOURCE }}-${{ env.LUCI_EDITION }}-${{ env.KERNEL_PATCHVER }}-${{ env.TARGET_PROFILE }}-firmware-${{ env.COMPILE_DATE_HM }}
name: ${{ env.SOURCE }}-${{ env.LUCI_EDITION }}-${{ env.LINUX_KERNEL }}-${{ env.TARGET_PROFILE }}-firmware-${{ env.COMPILE_DATE_HM }}
path: ${{ env.FIRMWARE_PATH }}

- name: 发布固件
Expand Down
20 changes: 0 additions & 20 deletions .github/workflows/lede-lxc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,6 @@ on:
- 'x86_64'
- 'x86_32'
- '.config'
FIRMWARE_TYPE:
description: '固件类型'
required: false
default: 'default'
type: choice
options:
- 'default'
- 'lxc'
- 'kvm'
BIOS_MODE:
description: '固件引导模式'
required: false
Expand All @@ -59,15 +50,6 @@ on:
- 'fast'
- 'normal'
- 'false'
UPLOAD_CONFIG:
description: '上传.config到 Github Artifacts'
required: false
default: 'default'
type: choice
options:
- 'default'
- 'true'
- 'false'
UPLOAD_FIRMWARE:
description: '上传固件到 Github Artifacts'
required: false
Expand Down Expand Up @@ -134,10 +116,8 @@ jobs:
cd $GITHUB_WORKSPACE
INPUTS_SOURCE_BRANCH="${{ github.event.inputs.SOURCE_BRANCH }}"
INPUTS_CONFIG_FILE="${{ github.event.inputs.CONFIG_FILE }}"
INPUTS_FIRMWARE_TYPE="${{ github.event.inputs.FIRMWARE_TYPE }}"
INPUTS_BIOS_MODE="${{ github.event.inputs.BIOS_MODE }}"
INPUTS_ENABLE_CCACHE="${{ github.event.inputs.ENABLE_CCACHE }}"
INPUTS_UPLOAD_CONFIG="${{ github.event.inputs.UPLOAD_CONFIG }}"
INPUTS_UPLOAD_FIRMWARE="${{ github.event.inputs.UPLOAD_FIRMWARE }}"
INPUTS_UPLOAD_RELEASE="${{ github.event.inputs.UPLOAD_RELEASE }}"
INPUTS_ENABLE_SSH="${{ github.event.inputs.ENABLE_SSH }}"
Expand Down
20 changes: 0 additions & 20 deletions .github/workflows/lede.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,6 @@ on:
- 'x86_64'
- 'x86_32'
- '.config'
FIRMWARE_TYPE:
description: '固件类型'
required: false
default: 'default'
type: choice
options:
- 'default'
- 'lxc'
- 'kvm'
BIOS_MODE:
description: '固件引导模式'
required: false
Expand All @@ -59,15 +50,6 @@ on:
- 'fast'
- 'normal'
- 'false'
UPLOAD_CONFIG:
description: '上传.config到 Github Artifacts'
required: false
default: 'default'
type: choice
options:
- 'default'
- 'true'
- 'false'
UPLOAD_FIRMWARE:
description: '上传固件到 Github Artifacts'
required: false
Expand Down Expand Up @@ -134,10 +116,8 @@ jobs:
cd $GITHUB_WORKSPACE
INPUTS_SOURCE_BRANCH="${{ github.event.inputs.SOURCE_BRANCH }}"
INPUTS_CONFIG_FILE="${{ github.event.inputs.CONFIG_FILE }}"
INPUTS_FIRMWARE_TYPE="${{ github.event.inputs.FIRMWARE_TYPE }}"
INPUTS_BIOS_MODE="${{ github.event.inputs.BIOS_MODE }}"
INPUTS_ENABLE_CCACHE="${{ github.event.inputs.ENABLE_CCACHE }}"
INPUTS_UPLOAD_CONFIG="${{ github.event.inputs.UPLOAD_CONFIG }}"
INPUTS_UPLOAD_FIRMWARE="${{ github.event.inputs.UPLOAD_FIRMWARE }}"
INPUTS_UPLOAD_RELEASE="${{ github.event.inputs.UPLOAD_RELEASE }}"
INPUTS_ENABLE_SSH="${{ github.event.inputs.ENABLE_SSH }}"
Expand Down
20 changes: 0 additions & 20 deletions .github/workflows/openwrt-lxc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,6 @@ on:
- 'x86_64'
- 'x86_32'
- '.config'
FIRMWARE_TYPE:
description: '固件类型'
required: false
default: 'default'
type: choice
options:
- 'default'
- 'lxc'
- 'kvm'
BIOS_MODE:
description: '固件引导模式'
required: false
Expand All @@ -64,15 +55,6 @@ on:
- 'fast'
- 'normal'
- 'false'
UPLOAD_CONFIG:
description: '上传.config到 Github Artifacts'
required: false
default: 'default'
type: choice
options:
- 'default'
- 'true'
- 'false'
UPLOAD_FIRMWARE:
description: '上传固件到 Github Artifacts'
required: false
Expand Down Expand Up @@ -139,10 +121,8 @@ jobs:
cd $GITHUB_WORKSPACE
INPUTS_SOURCE_BRANCH="${{ github.event.inputs.SOURCE_BRANCH }}"
INPUTS_CONFIG_FILE="${{ github.event.inputs.CONFIG_FILE }}"
INPUTS_FIRMWARE_TYPE="${{ github.event.inputs.FIRMWARE_TYPE }}"
INPUTS_BIOS_MODE="${{ github.event.inputs.BIOS_MODE }}"
INPUTS_ENABLE_CCACHE="${{ github.event.inputs.ENABLE_CCACHE }}"
INPUTS_UPLOAD_CONFIG="${{ github.event.inputs.UPLOAD_CONFIG }}"
INPUTS_UPLOAD_FIRMWARE="${{ github.event.inputs.UPLOAD_FIRMWARE }}"
INPUTS_UPLOAD_RELEASE="${{ github.event.inputs.UPLOAD_RELEASE }}"
INPUTS_ENABLE_SSH="${{ github.event.inputs.ENABLE_SSH }}"
Expand Down
20 changes: 0 additions & 20 deletions .github/workflows/openwrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,6 @@ on:
- 'x86_64'
- 'x86_32'
- '.config'
FIRMWARE_TYPE:
description: '固件类型'
required: false
default: 'default'
type: choice
options:
- 'default'
- 'lxc'
- 'kvm'
BIOS_MODE:
description: '固件引导模式'
required: false
Expand All @@ -64,15 +55,6 @@ on:
- 'fast'
- 'normal'
- 'false'
UPLOAD_CONFIG:
description: '上传.config到 Github Artifacts'
required: false
default: 'default'
type: choice
options:
- 'default'
- 'true'
- 'false'
UPLOAD_FIRMWARE:
description: '上传固件到 Github Artifacts'
required: false
Expand Down Expand Up @@ -139,10 +121,8 @@ jobs:
cd $GITHUB_WORKSPACE
INPUTS_SOURCE_BRANCH="${{ github.event.inputs.SOURCE_BRANCH }}"
INPUTS_CONFIG_FILE="${{ github.event.inputs.CONFIG_FILE }}"
INPUTS_FIRMWARE_TYPE="${{ github.event.inputs.FIRMWARE_TYPE }}"
INPUTS_BIOS_MODE="${{ github.event.inputs.BIOS_MODE }}"
INPUTS_ENABLE_CCACHE="${{ github.event.inputs.ENABLE_CCACHE }}"
INPUTS_UPLOAD_CONFIG="${{ github.event.inputs.UPLOAD_CONFIG }}"
INPUTS_UPLOAD_FIRMWARE="${{ github.event.inputs.UPLOAD_FIRMWARE }}"
INPUTS_UPLOAD_RELEASE="${{ github.event.inputs.UPLOAD_RELEASE }}"
INPUTS_ENABLE_SSH="${{ github.event.inputs.ENABLE_SSH }}"
Expand Down
1 change: 0 additions & 1 deletion build/Lede/settings.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
##################################################编译基础设置#################################################
SOURCE_ABBR="lede" # 源码仓库;(请勿修改)(源码链接: https://github.com/coolsnowwolf/lede)
##################################################workflow重叠设置#################################################
SOURCE_BRANCH="master" # 源码链接的分支;(请勿修改)
CONFIG_FILE="x86_64" # 配置文件;(可SSH远程定制固件插件,也可在本地提取配置粘贴到此文件)
FIRMWARE_TYPE="kvm" # 固件类型;(lxc=PVE的lxc固件;kvm=普通虚拟机固件)
Expand Down
1 change: 0 additions & 1 deletion build/Lede_lxc/settings.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
##################################################编译基础设置#################################################
SOURCE_ABBR="lede" # 源码仓库;(请勿修改)(源码链接: https://github.com/coolsnowwolf/lede)
##################################################workflow重叠设置#################################################
SOURCE_BRANCH="master" # 源码链接的分支;(请勿修改)
CONFIG_FILE="x86_64" # 配置文件;(可SSH远程定制固件插件,也可在本地提取配置粘贴到此文件)
FIRMWARE_TYPE="lxc" # 固件类型;(lxc=PVE的lxc固件;kvm=普通虚拟机固件)
Expand Down
1 change: 0 additions & 1 deletion build/Openwrt/settings.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
##################################################编译基础设置#################################################
SOURCE_ABBR="openwrt" # 源码仓库;(请勿修改)(源码链接: https://github.com/openwrt/openwrt)
##################################################workflow重叠设置#################################################
SOURCE_BRANCH="main" # 源码链接的分支;(请勿修改)
CONFIG_FILE="x86_64" # 配置文件;(可SSH远程定制固件插件,也可在本地提取配置粘贴到此文件)
FIRMWARE_TYPE="kvm" # 固件类型;(lxc=PVE的lxc固件;kvm=普通虚拟机固件)
Expand Down
1 change: 0 additions & 1 deletion build/Openwrt_lxc/settings.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
##################################################编译基础设置#################################################
SOURCE_ABBR="openwrt" # 源码仓库;(请勿修改)(源码链接: https://github.com/openwrt/openwrt)
##################################################workflow重叠设置#################################################
SOURCE_BRANCH="main" # 源码链接的分支;(请勿修改)
CONFIG_FILE="x86_64" # 配置文件;(可SSH远程定制固件插件,也可在本地提取配置粘贴到此文件)
FIRMWARE_TYPE="lxc" # 固件类型;(lxc=PVE的lxc固件;kvm=普通虚拟机固件)
Expand Down

0 comments on commit 750a890

Please sign in to comment.