Skip to content

Commit

Permalink
Merge pull request #529 from cderici/fix-goreleaser-version-2
Browse files Browse the repository at this point in the history
fix(github): fix goreleaser configuration to comply with version 2
  • Loading branch information
cderici authored Jul 22, 2024
2 parents b1e024e + 55325cf commit 0ff24d1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,10 @@ builds:
- darwin
goarch:
- amd64
# TODO: the following are disabled due to => juju/lru maxLRUSize (untyped int constant 4294967295) overflows int
# - '386'
# - arm
- arm64
ignore:
- goos: darwin
goarch: '386'
goarch: 'arm64'
# TODO: disabled => juju/utils symlink_windows.go:54:8: undefined: createSymbolicLink
- goos: windows
goarch: arm64
Expand Down Expand Up @@ -62,4 +59,5 @@ release:
# If you want to manually examine the release before its live, uncomment this line:
draft: true
changelog:
skip: true
disable: true
version: 2

0 comments on commit 0ff24d1

Please sign in to comment.