Giter VIP home page Giter VIP logo

flippy-openwrt-actions's Issues

脚本执行过程中下载内核时出错

Device Information | 设备信息

  • SOC: [s905d]
  • Model [Phicomm N1]

OpenWrt Version | 系统版本

  • Kernel Version: [5.10.176]
  • Release: [official]

Describe the bug | 问题描述

Actions 工作流引入 ophub/flippy-openwrt-actions@main ,指定了 KERNEL_VERSION_NAMEKERNEL_AUTO_LATEST ,执行工作流时,发现默认也走了 RK3588 的内核下载,导致出错;具体配置如下:

- name: Armvirt firmware packit
  uses: ophub/flippy-openwrt-actions@main
  if: steps.compile.outputs.status == 'success' && env.ARMVIRT_PACKIT == 'true' && !cancelled()
  env:
    OPENWRT_ARMVIRT: openwrt/bin/targets/*/*/*.tar.gz
    KERNEL_REPO_URL: ${{ inputs.packit_kernel_repo }}
    KERNEL_VERSION_NAME: ${{ inputs.packit_kernel_version }}
    KERNEL_AUTO_LATEST: false
    PACKAGE_SOC: ${{ inputs.packit_soc }}
    GZIP_IMGS: .gz
    WHOAMI: ${{ inputs.packit_whoami }}
    OPENWRT_VER: ${{ inputs.packit_owrt_ver }}

- name: Upload packit armvirt firmware
  uses: actions/upload-artifact@v3
  if: > 
    ${{ env.PACKAGED_STATUS }} != '' && ${{ env.PACKAGED_STATUS }} == 'success' &&
    ${{ env.PACKAGED_OUTPUTPATH }} != '' && !cancelled()
  with:
    name: OpenWrt_packit_armvirt${{ env.FILE_DATE }}
    path: ${{ env.PACKAGED_OUTPUTPATH }}/*

Please provide a detailed description of the issue and, if necessary, attach a screenshot.

1
2
3

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.