Skip to content

Commit

Permalink
Merge pull request #614 from hmlanigan/darwin-arm64
Browse files Browse the repository at this point in the history
#614

## Description

Add darwin/arm64 back to `goreleaser`. There was a misread of past deprecation notice. There is no reason to not provide this binary.


## Type of change

- Maintenance work (repository related, like Github actions, or revving the Go version, etc.)
  • Loading branch information
jujubot authored Oct 22, 2024
2 parents ae8b121 + 8c1b8e7 commit e2fd38a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ builds:
- amd64
- arm64
ignore:
- goos: darwin
goarch: 'arm64'
# TODO: disabled => juju/utils symlink_windows.go:54:8: undefined: createSymbolicLink
- goos: windows
goarch: arm64
Expand Down

0 comments on commit e2fd38a

Please sign in to comment.