armbian / build

Armbian Linux build framework generates custom Debian or Ubuntu image for x86, aarch64, riscv64 & armhf
https://www.armbian.com
GNU General Public License v2.0
4.28k stars 2.34k forks source link

[Bug]: Cannot Build in Actions #7488

Open YhnSoft opened 6 days ago

YhnSoft commented 6 days ago

What happened?

when i want to build image using actions it just stop and output this Error: Could not find file '/home/runner/work/_actions/_temp_86e4b07d-df72-4672-9887-6489d9ac443f/_staging/armbian-build-7d745b9/patch/kernel/rockchip-rk3588-collabora/dt/rk3588-nanopc-cm3588-nas.dts'.

How to reproduce?

This is the script that i use edit from example in readme name: "Build Armbian" on: workflow_dispatch: jobs: build-armbian: runs-on: ubuntu-latest steps:

Branch

main (main development branch)

On which host OS are you running the build script and observing this problem?

Other

Are you building on Windows WSL2?

Relevant log URL

No response

Code of Conduct

github-actions[bot] commented 6 days ago

Hey @YhnSoft !

Looks like it's your first time interacting with Armbian here on GitHub.

Welcome and thank you for taking the time to report an issue :heart:.

Don't forget to star :star: the repo.

github-actions[bot] commented 6 days ago

Jira ticket: AR-2537

YhnSoft commented 6 days ago

I don't know why the script looks like this here is my repo:https://github.com/YhnSoft/ArmBianBuildForPiPrime