Skip to content

feat: Add amd64v3 build artifacts#57

Merged
nickschuch merged 6 commits into
mainfrom
amd64_v3
Feb 27, 2026
Merged

feat: Add amd64v3 build artifacts#57
nickschuch merged 6 commits into
mainfrom
amd64_v3

Conversation

@kimpepper
Copy link
Copy Markdown
Contributor

@kimpepper kimpepper commented Feb 25, 2026

This PR adds support for building amd64v3 optimized binaries alongside the existing amd64v1 binaries for the Skpr CLI. It also introduces a new snapshot-release task for local testing of releases.

Changes:

  • Configured GoReleaser to build both amd64v1 and amd64v3 variants for Linux and macOS platforms
  • Updated archive naming template to differentiate between amd64 microarchitecture levels
  • Added a new snapshot-release task to .mise.toml for local testing

Artifact names after this change:

skpr_1.3.0-SNAPSHOT-e1cdaa8_checksums.txt
skpr_1.3.0-SNAPSHOT-e1cdaa8_linux_amd64.deb
skpr_1.3.0-SNAPSHOT-e1cdaa8_linux_amd64.rpm
skpr_1.3.0-SNAPSHOT-e1cdaa8_linux_amd64.tar.gz
skpr_1.3.0-SNAPSHOT-e1cdaa8_linux_amd64v3.deb
skpr_1.3.0-SNAPSHOT-e1cdaa8_linux_amd64v3.rpm
skpr_1.3.0-SNAPSHOT-e1cdaa8_linux_amd64v3.tar.gz
skpr_1.3.0-SNAPSHOT-e1cdaa8_linux_arm64.deb
skpr_1.3.0-SNAPSHOT-e1cdaa8_linux_arm64.rpm
skpr_1.3.0-SNAPSHOT-e1cdaa8_linux_arm64.tar.gz
skpr_1.3.0-SNAPSHOT-e1cdaa8_macOS_amd64.tar.gz
skpr_1.3.0-SNAPSHOT-e1cdaa8_macOS_amd64v3.tar.gz
skpr_1.3.0-SNAPSHOT-e1cdaa8_macOS_arm64.tar.gz

As per convention, deb and rpm filenames follow the pattern linux_amd64 (no version for v1) and linux_amd64v3 for v3 packages.

Also adds a mise snapshot-release task.

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

This PR adds support for building amd64v3 optimized binaries alongside the existing amd64v1 binaries for the Skpr CLI. It also introduces a new snapshot-release task for local testing of releases.

Changes:

  • Configured GoReleaser to build both amd64v1 and amd64v3 variants for Linux and macOS platforms
  • Updated archive naming template to differentiate between amd64 microarchitecture levels
  • Added a new snapshot-release task to .mise.toml for local testing

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
.mise.toml Adds snapshot-release task for creating local test releases
.goreleaser.yml Configures both build targets to produce amd64v1 and amd64v3 variants, and updates archive naming to include the amd64 microarchitecture level

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

Comment thread .mise.toml
Comment thread .goreleaser.yml Outdated
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

Copilot reviewed 4 out of 5 changed files in this pull request and generated 2 comments.


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

Comment thread README.md Outdated
Comment thread README.md Outdated
@nickschuch nickschuch merged commit 96070dc into main Feb 27, 2026
2 checks passed
@nickschuch nickschuch deleted the amd64_v3 branch February 27, 2026 00:22
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.

3 participants