Skip to content

Commit

Permalink
Merge branch 'main' into fixed/update-serverless-check
Browse files Browse the repository at this point in the history
  • Loading branch information
tuteng committed Dec 5, 2024
2 parents 0ccf0eb + fccd439 commit 8e2edd6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,12 @@ builds:
ldflags:
- '-s -w -X main.version={{.Version}} -X main.commit={{.Commit}}'
goos:
- freebsd
- windows
- linux
- darwin
goarch:
- amd64
- '386'
- arm
- arm64
ignore:
- goos: darwin
goarch: '386'
binary: '{{ .ProjectName }}_v{{ .Version }}'
archives:
- format: zip
Expand Down

0 comments on commit 8e2edd6

Please sign in to comment.