[PR #17] [MERGED] feat: add focal to support node-v18 #11

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

📋 Pull Request Information

Original PR: https://github.com/VSCodium/vscode-linux-build-agent/pull/17
Author: @daiyam
Created: 12/9/2023
Status: Merged
Merged: 12/9/2023
Merged by: @daiyam

Base: masterHead: feat-node18


📝 Commits (1)

  • f44aec0 feat: add focal to support node-v18

📊 Changes

12 files changed (+328 additions, -10 deletions)

View changed files

📝 .github/workflows/build.yml (+6 -4)
📝 alpine-arm64/Dockerfile (+3 -1)
📝 alpine-x64/Dockerfile (+3 -1)
📝 bionic-arm64/Dockerfile (+1 -1)
📝 bionic-armhf/Dockerfile (+1 -1)
📝 bionic-ppc64le/Dockerfile (+1 -1)
📝 bionic-x64/Dockerfile (+1 -1)
focal-arm64/Dockerfile (+78 -0)
focal-armhf/Dockerfile (+78 -0)
focal-ppc64le/Dockerfile (+59 -0)
focal-x64/Dockerfile (+94 -0)
focal-x64/xvfb-init.sh (+3 -0)

📄 Description

No description provided


🔄 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/17 **Author:** [@daiyam](https://github.com/daiyam) **Created:** 12/9/2023 **Status:** ✅ Merged **Merged:** 12/9/2023 **Merged by:** [@daiyam](https://github.com/daiyam) **Base:** `master` ← **Head:** `feat-node18` --- ### 📝 Commits (1) - [`f44aec0`](https://github.com/VSCodium/vscode-linux-build-agent/commit/f44aec0a5856977b1a6c1f8171881c200b3bb86e) feat: add focal to support node-v18 ### 📊 Changes **12 files changed** (+328 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+6 -4) 📝 `alpine-arm64/Dockerfile` (+3 -1) 📝 `alpine-x64/Dockerfile` (+3 -1) 📝 `bionic-arm64/Dockerfile` (+1 -1) 📝 `bionic-armhf/Dockerfile` (+1 -1) 📝 `bionic-ppc64le/Dockerfile` (+1 -1) 📝 `bionic-x64/Dockerfile` (+1 -1) ➕ `focal-arm64/Dockerfile` (+78 -0) ➕ `focal-armhf/Dockerfile` (+78 -0) ➕ `focal-ppc64le/Dockerfile` (+59 -0) ➕ `focal-x64/Dockerfile` (+94 -0) ➕ `focal-x64/xvfb-init.sh` (+3 -0) </details> ### 📄 Description _No description provided_ --- <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:08 -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#11