mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-09 07:13:36 -05:00
[PR #357] [MERGED] Fix: amd64 architecture could trigger installation of aarch64 binary #726
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.