[PR #357] [MERGED] Fix: amd64 architecture could trigger installation of aarch64 binary #726

Closed
opened 2025-10-31 15:20:05 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: main


📝 Commits (1)

  • 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>
GiteaMirror added the pull-request label 2025-10-31 15:20:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/komodo#726