Skip to content

Publish Linux binaries as .tar.gz#9568

Merged
tobias-tengler merged 1 commit intomainfrom
tte/tar-on-linux
Apr 17, 2026
Merged

Publish Linux binaries as .tar.gz#9568
tobias-tengler merged 1 commit intomainfrom
tte/tar-on-linux

Conversation

@tobias-tengler
Copy link
Copy Markdown
Member

unzip is not a requirement for self-hosted agents. Switching to the more widely supported tar for broader compatibility.

Copilot AI review requested due to automatic review settings April 17, 2026 09:05
Copy link
Copy Markdown
Contributor

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

Updates the release workflow to package Linux Nitro CLI binaries as .tar.gz instead of .zip, reducing reliance on zip/unzip on Linux runners.

Changes:

  • Split Unix packaging into macOS .zip and Linux .tar.gz steps.
  • Make artifact upload + GitHub Release attachment select .tar.gz on Linux and .zip otherwise.
  • Update the npm packaging job to download “archives” and unpack either .zip or .tar.gz artifacts.

💡 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants