[PR #19] [MERGED] feat: add riscv64 support #10

Closed
opened 2025-09-11 00:52:07 -05:00 by giteasync · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/VSCodium/vscode-linux-build-agent/pull/19
Author: @kxxt
Created: 4/12/2024
Status: Merged
Merged: 4/12/2024
Merged by: @daiyam

Base: masterHead: riscv


📝 Commits (1)

  • feed948 feat: add riscv64 support

📊 Changes

3 files changed (+142 additions, -0 deletions)

View changed files

📝 .github/workflows/build.yml (+2 -0)
focal-devtoolset-riscv64/Dockerfile (+61 -0)
focal-riscv64/Dockerfile (+79 -0)

📄 Description

This PR introduces riscv64 support to the Dockerfiles.

I am going to make another PR to VSCodium to add riscv64 vscode-reh builds


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/VSCodium/vscode-linux-build-agent/pull/19 **Author:** [@kxxt](https://github.com/kxxt) **Created:** 4/12/2024 **Status:** ✅ Merged **Merged:** 4/12/2024 **Merged by:** [@daiyam](https://github.com/daiyam) **Base:** `master` ← **Head:** `riscv` --- ### 📝 Commits (1) - [`feed948`](https://github.com/VSCodium/vscode-linux-build-agent/commit/feed94853c065a34505ec615ed2796f9305db1d7) feat: add riscv64 support ### 📊 Changes **3 files changed** (+142 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+2 -0) ➕ `focal-devtoolset-riscv64/Dockerfile` (+61 -0) ➕ `focal-riscv64/Dockerfile` (+79 -0) </details> ### 📄 Description This PR introduces riscv64 support to the Dockerfiles. I am going to make another PR to VSCodium to add riscv64 vscode-reh builds --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
giteasync added the pull-request label 2025-09-11 00:52:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: VSCodium/vscode-linux-build-agent#10