# X86\_64 arch detected

**URL:** https://meta.discourse.org/t/x86-64-arch-detected/227013
**Category:** Self-hosting
**Created:** [May 14, 2022, 9:39am UTC](https://meta.discourse.org/t/x86-64-arch-detected/227013 "2022-05-14T09:39:34Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Muat](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/muat/32/241520_2.png) [@Muat](https://meta.discourse.org/u/Muat)
#### Post date: [May 14, 2022, 9:39am UTC](https://meta.discourse.org/t/x86-64-arch-detected/227013/1 "2022-05-14T09:39:34Z")

</div>

hello, when I do ./launcher rebuild app, I get the following error. Please help me

```plaintext
Aborting
failed to update
Launcher updated, restarting...
x86_64 arch detected.
Ensuring launcher is up to date
Fetching origin
Updating Launcher...
Updating a87474c..241a42c
error: Your local changes to the following files would be overwritten by merge:
        launcher
Please commit your changes or stash them before you merge.

```

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [May 14, 2022, 10:29am UTC](https://meta.discourse.org/t/x86-64-arch-detected/227013/2 "2022-05-14T10:29:01Z")

</div>

You changed some file. You can do s

```
 git stash

```

To stash them so they can be overwritten.

Or

git status

To get a list of the changes, and then

```
  git checkout FILENAME

```

To restore the files changed.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [June 13, 2022, 11:22am UTC](https://meta.discourse.org/t/x86-64-arch-detected/227013/4 "2022-06-13T11:22:10Z")

</div>

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