Skip to content

build: update goreleaser version and build matrix configuration#191

Merged
l50 merged 1 commit into
mainfrom
fix/goreleaser-resource-usage
May 11, 2026
Merged

build: update goreleaser version and build matrix configuration#191
l50 merged 1 commit into
mainfrom
fix/goreleaser-resource-usage

Conversation

@l50
Copy link
Copy Markdown
Contributor

@l50 l50 commented May 11, 2026

Key Changes:

  • Updated GitHub Actions workflow to use Goreleaser v2 and set parallelism
  • Simplified build matrix by removing goarm and goamd64 variants from Goreleaser config

Changed:

  • GitHub Actions workflow - Pinned Goreleaser version to "~> v2" and added --parallelism 2 to release command in .github/workflows/goreleaser.yaml
  • Build matrix configuration - Removed goarm and goamd64 specifications from .goreleaser.yaml to streamline target architectures

Removed:

  • ARM build variants and goamd64 levels - Eliminated explicit goarm (6 and 7) and goamd64 (v2, v3) definitions from build configuration

**Changed:**

- Updated goreleaser GitHub Action to use version constraint "~> v2" instead of "latest" and added parallelism argument for release step in goreleaser.yaml
- Removed support for arm (non-arm64) and goarm variants, as well as goamd64 variants v2 and v3 from build matrix in .goreleaser.yaml, simplifying target architectures
@dreadnode-renovate-bot dreadnode-renovate-bot Bot added the area/github Changes made to github actions label May 11, 2026
@l50 l50 enabled auto-merge May 11, 2026 16:38
@l50 l50 added this pull request to the merge queue May 11, 2026
Merged via the queue into main with commit f40884b May 11, 2026
9 checks passed
@l50 l50 deleted the fix/goreleaser-resource-usage branch May 11, 2026 16:58
l50 added a commit that referenced this pull request May 12, 2026
**Changed:**

- Updated goreleaser GitHub Action to use version constraint "~> v2" instead of "latest" and added parallelism argument for release step in goreleaser.yaml
- Removed support for arm (non-arm64) and goarm variants, as well as goamd64 variants v2 and v3 from build matrix in .goreleaser.yaml, simplifying target architectures
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/github Changes made to github actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant