Skip to content

Add support for generating VSIX builds for Alpine Linux #94

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
merged 4 commits into from
Apr 28, 2025

Conversation

rcjsuen
Copy link
Collaborator

@rcjsuen rcjsuen commented Apr 28, 2025

Problem Description

Although we create VSIX builds for linux-x64 and linux-arm64, we do not currently generate builds for alpine-x64 or alpine-arm64.

Proposed Solution

The Docker Language Server binaries we are building are executable within Alpine Linux so it should be safe for us to generate VSIX builds for alpine-x64 and alpine-arm64.

Closes #93.

Proof of Work

To be verified...

The Docker Language Server binaries we are building are executable
within Alpine Linux so it should be safe for us to generate VSIX builds
for alpine-x64 and alpine-arm64.

Signed-off-by: Remy Suen <[email protected]>
@rcjsuen rcjsuen self-assigned this Apr 28, 2025
@rcjsuen rcjsuen merged commit b10bd0b into main Apr 28, 2025
12 checks passed
@rcjsuen rcjsuen deleted the generate-alpine-builds branch April 28, 2025 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Alpine Linux
1 participant