be6b93a Change amd64 to arm64 to prevent installing aarch64 binary on an x86_64 system.
📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝scripts/setup-periphery.py (+1 -1)
📄 Description
'arm64' was mistyped as 'amd64', meaning if amd64 was the architecture, it would install the aarch64 binary rather than the x86_64 one. This PR fixes that.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/moghtech/komodo/pull/357
**Author:** [@mpkossen](https://github.com/mpkossen)
**Created:** 3/11/2025
**Status:** ✅ Merged
**Merged:** 3/13/2025
**Merged by:** [@mbecker20](https://github.com/mbecker20)
**Base:** `main` ← **Head:** `main`
---
### 📝 Commits (1)
- [`be6b93a`](https://github.com/moghtech/komodo/commit/be6b93a457344e53489b61c62aad8e9bdc435b4f) Change amd64 to arm64 to prevent installing aarch64 binary on an x86_64 system.
### 📊 Changes
**1 file changed** (+1 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `scripts/setup-periphery.py` (+1 -1)
</details>
### 📄 Description
'arm64' was mistyped as 'amd64', meaning if amd64 was the architecture, it would install the aarch64 binary rather than the x86_64 one. This PR fixes that.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/moghtech/komodo/pull/357
Author: @mpkossen
Created: 3/11/2025
Status: ✅ Merged
Merged: 3/13/2025
Merged by: @mbecker20
Base:
main← Head:main📝 Commits (1)
be6b93aChange amd64 to arm64 to prevent installing aarch64 binary on an x86_64 system.📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
scripts/setup-periphery.py(+1 -1)📄 Description
'arm64' was mistyped as 'amd64', meaning if amd64 was the architecture, it would install the aarch64 binary rather than the x86_64 one. This PR fixes that.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.