forked from VSCodium/vscodium
-
Notifications
You must be signed in to change notification settings - Fork 5
Update/2025 05 10 13 24 40 #17
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
Merged
andrewhertog
merged 47 commits into
genesis-ai-dev:master
from
andrewhertog:update/2025-05-10-13-24-40
Sep 19, 2025
Merged
Update/2025 05 10 13 24 40 #17
andrewhertog
merged 47 commits into
genesis-ai-dev:master
from
andrewhertog:update/2025-05-10-13-24-40
Sep 19, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Andrew den Hertog <andrew@denhertog.ca>
…pdate/2025-05-10-13-24-40
Signed-off-by: Andrew den Hertog <andrew@denhertog.ca>
… update/2025-05-10-13-24-40
Signed-off-by: Andrew den Hertog <andrew@denhertog.ca>
…nsion installation in Dockerfile
… update/2025-05-10-13-24-40
Author
|
I know the docker build is broken, but i'm going to merge this anyways |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces several updates, including the addition of a GitHub Actions workflow for Docker image building, updates to Node.js and Electron versions, and enhancements to build scripts for better platform compatibility. Below is a categorized summary of the most important changes:
CI/CD Enhancements:
.github/workflows/docker-build-push.ymlto automate Docker image building and pushing to the GitHub Container Registry. This includes metadata extraction, multi-tagging, and support for runtime-specific build arguments.Dependency Updates:
20.19.0across.nvmrcand multiple GitHub Actions workflows (stable-linux.yml,stable-macos.yml,stable-windows.yml) for consistency. [1] [2] [3] [4] [5]34.2.0to34.5.4in multiple platform-specific build scripts (linux/loong64/electron.sh,linux/ppc64le/electron.sh,linux/riscv64/electron.sh) and updated corresponding checksum files. [1] [2] [3] [4] [5]Build System Improvements:
Dockerfilefor building and running a Visual Studio Code derivative, including dependency installation, Rust setup, and runtime configurations.package_bin.sh,package_reh.sh). [1] [2] [3] [4] [5]Documentation Updates:
README.mdto use the full name "Visual Studio Code" instead of "VS Code" for consistency and clarity. [1] [2]Miscellaneous Fixes:
check_tags.shto ensure CLI archives are built when missing.