Skip to content
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

fix(vscodium): apt debian installation #989

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

notaprodev
Copy link

@notaprodev notaprodev commented Jan 5, 2025

Type of Change

  • Bug fix

Description

Add architecture specific value (arch=amd64) for the Debian repo

Testing

Locally tested the installation of vscodium on Ubuntu 24.04

Impact

Minor change on the repo added

Issues / other PRs related

Additional Information

Checklist

  • My code adheres to the coding and style guidelines of the project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes generate no errors/warnings/merge conflicts.

Copy link
Collaborator

@afonsofrancof afonsofrancof left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR!

The weird thing is that on the official VSCodium website they don't mention that it only works on amd64 as seen here. But on the maintainer's website it does.

@notaprodev
Copy link
Author

notaprodev commented Jan 6, 2025

From this mr they want to remove a warning from apt that there is no 32bit version of vscodium, also their build script only builds amd64 for debian based distros. This is what i understand at least

Correction: They don't build packages, they get them from the main repo here, also the releases "page" doesnt have any debian 32-bit release.

@adamperkowski adamperkowski changed the title fix issue: apt vscodium install on debian (#870) fix(vscodium): apt debian installation Jan 10, 2025
Copy link
Collaborator

@adamperkowski adamperkowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@adamperkowski adamperkowski added the bug Something isn't working label Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

apt error after installing vscodium on Debian Bookworm
3 participants