Commit Graph
22 Commits
Author SHA1 Message Date
aleleba 3b1a175eac fix: install VS Code from Microsoft's direct download endpoint instead of apt repo
The apt repo at packages.microsoft.com/repos/vscode does not publish amd64
and arm64 .deb packages atomically, so the arm64 build in CI could pick up
an older VS Code version than amd64 when both platforms build in the same run.

Switch to downloading the .deb directly from
update.code.visualstudio.com/latest/linux-deb-{arch}/stable, the canonical
"always latest" endpoint, and resolve dependencies via apt-get install -f.

Also add an explicit docker/setup-qemu-action step to the workflow so arm64
emulation is version-pinned rather than relying on the runner's default
binfmt registration.
2026-07-03 16:39:24 +00:00
aleleba 8ee5f0376f Trying to fix issue, updating to version 3.1.12 2024-09-10 14:46:28 -06:00
aleleba b676e5245c Trying to fix build errors. Updating to version 3.1.11 2024-09-10 14:40:24 -06:00
aleleba 40a58d6a85 Triying to fix issue on building. Updating to version 3.1.9 2024-09-10 13:59:32 -06:00
aleleba 54c7bd3365 Trying to fix dockerfile on building. Updating to version 3.1.8 2024-09-10 13:43:52 -06:00
aleleba ae16a7be7f Trying to fix architecture issue. Updating to version 3.0.40 2024-04-24 12:12:26 -06:00
aleleba 998701be6c Trying to fic issue with building process. Updating to version 3.0.39 2024-04-24 11:58:07 -06:00
aleleba 1b278e0eea Adding hooks to multiarch building. Updating to version 3.0.37 2024-04-24 11:17:06 -06:00
aleleba 6a6947d855 Move .bashrc and .profile files to user's home directory Updating to version 3.0.20 2024-04-17 21:52:11 +00:00
aleleba 66ed2b4950 Making Breaking changes to use custom bash scripts. Updating to version 3.0.0 2024-04-14 22:50:55 +00:00
aleleba 08cf40624d Trying to fix issue of deleting vscode user. Updating to version 2.0.52 2024-04-12 04:06:17 +00:00
aleleba d8a8162ffd Making the latest changes Updating to version 2.0.49 2024-04-11 23:17:23 +00:00
aleleba dddaf129f4 Trying to fix. Updating to version 2.0.16 2024-03-30 03:15:32 +00:00
aleleba 9bac2433a6 Trying to fix. Updating to version 2.0.5 2024-02-15 06:23:40 +00:00
aleleba d8a291c82d Trying to fix. Version 2.0.4 2024-02-15 04:07:06 +00:00
aleleba f68ef82de3 Trying to make fix, updating to version 2.0.2 2024-02-15 03:21:00 +00:00
aleleba b5cbdca7ef Trying to fix user configuration. Updating to version 2.0.0 2024-02-15 01:05:41 +00:00
aleleba 00defc98eb Fixing adding the missing dependency of jq. 2023-08-29 14:19:33 +00:00
aleleba ff85878b7e Trying to fix entrypoint.sh Updating to version 1.0.8 2023-08-26 01:20:38 +00:00
aleleba 4bcf68cd67 Trying to fix entrypoint.sh Updating to version 1.0.3 2023-08-25 16:55:29 +00:00
aleleba 711b77fa2c Trying to fix entrypoint.sh Updating to version 1.0.2 2023-08-25 16:43:00 +00:00
aleleba 071d112af7 Adding dockerfile to repo. Updating the version to 1.0.0 2023-08-25 15:49:32 +00:00