Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
roblaszczak committed Feb 23, 2024
1 parent 7e34dc0 commit af34404
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ builds:
- "amd64"
- "arm64"
- "arm"
- "386"
goarm:
- "6"
- "7"
Expand All @@ -30,6 +29,8 @@ builds:
goarm: "7"
- goos: windows
goarch: arm
- goos: freebsd
goarch: arm
flags:
- -trimpath
ldflags:
Expand Down

0 comments on commit af34404

Please sign in to comment.