Skip to content

Commit

Permalink
Remove Windows ARM targets from prebuilt binaries (#582)
Browse files Browse the repository at this point in the history
This PR removes Windows ARM build targets from goreleaser configuration.

Stats show we have no downloads for those, by removing them we will
speed up the build time a bit.

We can revert it if we receive a request for specific builds in the
future.
  • Loading branch information
kobajagi authored Mar 20, 2024
1 parent bbdc135 commit 7005259
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ builds:
goarch: arm
- goos: openbsd
goarch: arm64
- goos: windows
goarch: arm
- goos: windows
goarch: arm64

# macOS Universal Binaries
universal_binaries:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Unreleased

### Deprecations

- Removed Windows ARM targets from prebuilt binaries #582

## 1.76.2

### Features
Expand Down

0 comments on commit 7005259

Please sign in to comment.