{"id":15565368,"url":"https://github.com/dkurt/github_actions_riscv","last_synced_at":"2025-10-11T03:05:20.510Z","repository":{"id":217832079,"uuid":"744568252","full_name":"dkurt/github_actions_riscv","owner":"dkurt","description":"GitHub Actions Self-Hosted runner for RISC-V","archived":false,"fork":false,"pushed_at":"2025-01-11T17:50:47.000Z","size":15,"stargazers_count":27,"open_issues_count":1,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-15T14:45:11.801Z","etag":null,"topics":["actions","allwinner-d1","ci","github","mangopi-mq-pro","risc-v","riscv64","runner","self-hosted","sipeed"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dkurt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-01-17T15:09:37.000Z","updated_at":"2025-07-04T18:37:15.000Z","dependencies_parsed_at":"2024-02-09T07:29:41.673Z","dependency_job_id":"5ae90ab3-5da7-4896-a6e1-92cecdc2380b","html_url":"https://github.com/dkurt/github_actions_riscv","commit_stats":null,"previous_names":["dkurt/github_actions_riscv"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/dkurt/github_actions_riscv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkurt%2Fgithub_actions_riscv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkurt%2Fgithub_actions_riscv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkurt%2Fgithub_actions_riscv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkurt%2Fgithub_actions_riscv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dkurt","download_url":"https://codeload.github.com/dkurt/github_actions_riscv/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkurt%2Fgithub_actions_riscv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006041,"owners_count":26084024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","allwinner-d1","ci","github","mangopi-mq-pro","risc-v","riscv64","runner","self-hosted","sipeed"],"created_at":"2024-10-02T16:55:07.951Z","updated_at":"2025-10-11T03:05:20.493Z","avatar_url":"https://github.com/dkurt.png","language":null,"readme":"# GitHub Actions on RISC-V\n\nThis repository provides a guide on how to build and use GitHub Actions (GitHub CI) on Self-Hosted RISC-V CPU machines.\n\n**Disclaimer**: this project is not related to GitHub or .NET development. Any instructions or binary packages published in the spirit of the open source. Use carefully.\n\n## How to use\n\nUse a [pre-compiled](https://github.com/dkurt/github_actions_riscv/releases) version or follow the build steps from [build.yaml](.github/workflows/build.yaml).\nCross-compilation is not supported for now so build process is performed on RISC-V board which takes about 1 hour.\n\nAfter unpacking the runner archive, install .NET:\n```bash\ncd $HOME\nwget https://github.com/dkurt/dotnet_riscv/releases/download/v8.0.101/dotnet-sdk-8.0.101-linux-riscv64.tar.gz\n\nsudo mkdir /usr/share/dotnet\ncd /usr/share/dotnet\nsudo tar -xf $HOME/dotnet-sdk-8.0.101-linux-riscv64.tar.gz\n```\n\nVerify .NET installation:\n```bash\n./dotnet --info\n```\n\nThen do `./config.sh` and `./run.sh` as recommended in your repository `Settings-\u003eActions-\u003eRunners-\u003eNew self-hosted runner` tab.\n\nRunner was tested on:\n\n| Board | OS | Comment |\n|-------|----|---------|\n| MangoPi MQ-Pro | [Ubuntu 23.10](https://ubuntu.com/download/risc-v) | |\n| Sipeed Lichee RV Dock | [Ubuntu 23.10](https://ubuntu.com/download/risc-v) | |\n| Sipeed Lichee Pi 4A |||\n| Sipeed Lichee RV Dock | [20211230_LicheeRV_debian_d1_hdmi_8723ds.7z](./howto_setup_rvv.md) | Use [GCC version](https://github.com/dkurt/dotnet_riscv/releases) ot .NET because of `fence.tso` hardware bug  |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkurt%2Fgithub_actions_riscv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdkurt%2Fgithub_actions_riscv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkurt%2Fgithub_actions_riscv/lists"}