mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
back to old architecture display
arm64 causes issues on raspberry pi Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
parent
28b3e9f221
commit
d123d0f256
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@ pub enum Architecture {
|
|||
impl std::fmt::Display for Architecture {
|
||||
fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result {
|
||||
let arch_str = match self {
|
||||
Architecture::Aarch32 => "arm",
|
||||
Architecture::Aarch64 => "arm64",
|
||||
Architecture::Aarch32 => "aarch32",
|
||||
Architecture::Aarch64 => "aarch64",
|
||||
Architecture::Wasm32 => "wasm32",
|
||||
Architecture::X86_32 => "x86_32",
|
||||
Architecture::X86_64 => "x86_64",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue