Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Cannot Build in Actions #7488

Open
1 of 2 tasks
YhnSoft opened this issue Nov 17, 2024 · 3 comments
Open
1 of 2 tasks

[Bug]: Cannot Build in Actions #7488

YhnSoft opened this issue Nov 17, 2024 · 3 comments
Labels
Bug Something isn't working as it should Good first issue Feel free to contribute :)

Comments

@YhnSoft
Copy link

YhnSoft commented Nov 17, 2024

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/build@v24.11.0-trunk.368
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
@YhnSoft YhnSoft added the Bug Something isn't working as it should label Nov 17, 2024
Copy link

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 ❤️.

Don't forget to star ⭐ the repo.

@github-actions github-actions bot added the Good first issue Feel free to contribute :) label Nov 17, 2024
Copy link

github-actions bot commented Nov 17, 2024

Jira ticket: AR-2537

@YhnSoft
Copy link
Author

YhnSoft commented Nov 17, 2024

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

@YhnSoft YhnSoft closed this as completed Nov 17, 2024
@YhnSoft YhnSoft reopened this Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working as it should Good first issue Feel free to contribute :)
Development

No branches or pull requests

1 participant