Unable to find x86_64 arch for chromebook

Description of the issue:
Unable to find correct configuration to install on an x86_64 machine

Steps to Reproduce (add as many as necessary): 1. 2. 3.

  1. Verify arch:
    @penguin:~$ uname -m
    x86_64

  2. Set package location
    @penguin:~$ echo “deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg arch=x86_64] https://brave-browser-apt-release.s3.brave.com/x86_64 stable main”|sudo tee /etc/apt/sources.list.d/brave-browser-release.list

  3. Update package list
    @penguin:~$ sudo apt-get update
    Hit:1 https://deb.debian.org/debian buster InRelease Ign:2 https://storage.googleapis.com/cros-packages/92 buster InRelease Ign:3 https://brave-browser-apt-release.s3.brave.com/x86_64 stable InRelease Hit:4 https://storage.googleapis.com/cros-packages/92 buster Release Hit:5 https://deb.debian.org/debian-security buster/updates InRelease Err:6 https://brave-browser-apt-release.s3.brave.com/x86_64 stable Release 404 Not Found [IP: 13.33.69.65 443] Reading package lists... Done E: The repository 'https://brave-browser-apt-release.s3.brave.com/x86_64 stable Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details.

Actual Result (gifs and screenshots are welcome!):
Stable release is not found for x86_64 architecture

Expected result:
Stable release is found for x86_64 architecture

Reproduces how often:
Consistently

Operating System and Brave Version(See the About Brave page in the main menu):
Version 92.0.4515.157 (Official Build) (64-bit)
Linux penguin 5.4.119-14945-gafc97d54f809 #1 SMP PREEMPT Tue Aug 10 21:49:04 PDT 2021 x86_64 GNU/Linux

Additional Information:
The rpm releases seem to have an x86_64 arch release, but deb does not. If there is a package available, please update the main linux instruction page to describe the options.

If the amd64 is the only arch target available and I should be using it, then I’ll have a separate question - I’m attempting to fix an issue where the hardware rendering is disabled due to the process crashing (and I am hoping that changing the arch will fix the issue).

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.