Skip to content

Add architecture field to agent deployment commands#49

Open
clenk wants to merge 2 commits intomasterfrom
agent-architecture
Open

Add architecture field to agent deployment commands#49
clenk wants to merge 2 commits intomasterfrom
agent-architecture

Conversation

@clenk
Copy link
Copy Markdown
Contributor

@clenk clenk commented Mar 3, 2026

Description

Adds an architecture field to manx agent deployment commands. This makes it easier to compile for non-x86-64 systems such as recent Macs.

Type of change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Ran the server, opened the modal and inspected visually.

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds support for selecting a target CPU architecture when downloading/compiling the Manx agent via the deployment commands, enabling easier use on non-x86_64 systems (e.g., Apple Silicon).

Changes:

  • Adds an architecture header to the Darwin/Linux curl download commands.
  • Adds an architecture header to the Windows PowerShell WebClient download commands.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants