GithubHelp home page GithubHelp logo

actions-openwrt's Introduction

                                                                            小白折腾备忘 


                           SSH 连接操作 (SSH 在线配置 提取.config用  编译固件 小心封号!!!)                                                                       


Actions→ 选择 提取config.yml→ 然后单击Run workflow右侧的按钮。设置SSH connection to Actions 输入 true  点 Run workflow 运行

页面运行到SSH connection to Actions 点击显示的连接 进入SSH

(Web终端可能会遇到黑屏,只需按即可Ctrl+C)

输入命令:cd openwrt && make menuconfig 进行个性化配置。

完成后,按快捷键Ctrl+D或执行exit命令以退出,随后的编译工作将自动进行


【1】 生成新令牌

  1 个人中心:设置→开发人员设置→个人访问令牌→生成新令牌

 (名称:RELEASES_TOKEN,勾择:public_repo,复制RELEASES_TOKEN令牌的值)。

  Settings → Developer settings → Personal access tokens → Generate new token

  2 操作代码中心:设置→机密→新机密(名称:RELEASES_TOKEN,值:粘贴令牌的值)。

  Settings → Secrets → Actions secrets   右上新建按键 New repository secret(名称:RELEASES_TOKEN,值:粘贴令牌的值)
  
 电报推送消息 设置方法 https://github.com/danshui-git/shuoming/blob/master/bot.md

   #- name: Telegram notification

【2】Releases 新建标签 Files

  手动上传 F大 打包文件

【3】获取 Files 标签ID (F大打包文件) https://api.github.com/repos/sxml/Actions-OpenWrt/releases

   https://api.github.com/repos/(github账号)/( 项目名称)/releases 

 修改 aarch64/getImgs.sh

wget $(curl -s https://api.github.com/repos/sxml/Actions-OpenWrt/releases/(Files 标签ID)

【4】Actions

运行-编译op包-x版(Build_FOL.yml)

【5】获取 Build 标签ID

  修改 Flippy_Openwrt.yml 

 sudo wget $(curl -s https://api.github.com/repos/sxml/Actions-OpenWrt/releases/(Build 标签ID )

【6】运行 Flippy打包 (Flippy_Openwrt.yml)

  完成
  Releases/tag/ARMv8 标签里

小白搬运

1: https://github.com/HoldOnBro/Actions-OpenWrt

2: https://github.com/281677160/build-actions

3:https://github.com/ophub

云编译说明 https://github.com/danshui-git/shuoming

Acknowledgments

actions-openwrt's People

Contributors

sxml avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.