You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
- uses: armbian/[email protected]
with:
armbian_token: "${{ secrets.GITHUB_TOKEN }}" # GitHub token
armbian_release: "bookworm" # userspace
armbian_kernel_branch: "edge"
armbian_target: "build" # build=image, kernel=kernel
armbian_board: "orangepiprime" # build target
armbian_ui: "server"
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?
Yes, my Ubuntu/Debian/OtherOS is running on WSL2
Relevant log URL
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
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:
- uses: armbian/[email protected]
with:
armbian_token: "${{ secrets.GITHUB_TOKEN }}" # GitHub token
armbian_release: "bookworm" # userspace
armbian_kernel_branch: "edge"
armbian_target: "build" # build=image, kernel=kernel
armbian_board: "orangepiprime" # build target
armbian_ui: "server"
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
The text was updated successfully, but these errors were encountered: