Fork 本仓库到你的储存库然后按照以下内容编辑 config.env,之后点击Star或Action,在左侧可看见Build Kernel选项,点击选项会看见右边的大对话框的上面会有Run workflows点击它会启动构建。 Kernel Source 修改为你的内核仓库地址 例如:https://github.com/Diva-Room/Miku_kernel_xiaomi_wayne ...
kernel-aarch64-rhel.config README 赞助 支付宝 搬瓦工在线库存查询 https://bwg.ylx.me/ GitHub Action 全自动编译内核 改自P3TERX 的脚本。 BBRplus Action 编译的内核仅限 Cloud VMS,实体机不建议安装使用。 BBRplus fromhttps://github.com/UJX6N ...
Github Action 是微软收购 GitHub 后推出让软件可持续集成与持续交付的服务,对此我们可以使用其性能不错的虚拟服务器环境(E5 2vCPU/7G RAM)来编译 OpenWrt。对于公开的Github库,可免费使用,单次使用时间最长为6个小时,对于 OpenWrt 编译已足够,Ubuntu 虚拟环境可同时编译20个工作流,而且 Github Action 使用的是自由...
[ master ] jobs: build: name: Build runs-on: ubuntu-latest steps: - name: Set up Go 1.14 uses: actions/setup-go@v1 with: go-version: 1.14 - name: Check out code into the Go module directory uses: actions/checkout@v2 - uses: shaowenchen/debugger-action@v1 name: debugger timeout...
jobs.build定义了一个名为build的作业。 runs-on指定了运行作业的虚拟机环境。 steps定义了作业中的步骤,包括检出代码、设置 Node.js 环境、安装依赖和构建项目。 3, 实例 以下是一个编译Android13的工作流: name: Build Kernel - Android 13 on:
-run:npmrunbuild 运行 注意因为默认使用的是github 自己的镜像服务,ghcr.io所以会很慢。。。 act 支持的命令 RunGitHubactionslocallybyspecifyingtheeventname (e.g.`push`)oranactionnamedirectly. Usage: act [eventnametorun] Ifnoeventnamepassed,willdefaultto"on: push" [flags] Flags...
uses: docker/login-action@v3 with: username: ${{ secrets.DOCKER_HUB_USERNAME }} password: ${{ secrets.DOCKER_HUB_TOKEN }} - name: Docker Push run: docker push ${{ env.yizhanshop_image }} 1. 2. 3. 4. 5. 6. 7. 8. 9. ...
http://uvc.de/posts/linux-kernel-configuration-tool-kconfig-under-windows.html or a more recent port that can be found at http://reclonelabs.com/more-kconfig-awesomeness-for-windows/. The basic configuration order is "bottom-up": Select the build environment, Select the processor, Select the...
scripts Delete scripts/tissot_build_script.sh Nov 16, 2024 README.md Add guide stuff Mar 12, 2024 Repository files navigation README How to use? just fork this repository to you're account create your device script in folder "scripts" follow tissot_build_script.sh go to action tab, and ...