Skip to content

Commit

Permalink
fix: 添加 os openbsd
Browse files Browse the repository at this point in the history
  • Loading branch information
lenye committed Nov 15, 2023
1 parent da9baf2 commit d76cf95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ builds:
- windows
- darwin
- freebsd
- openbsd
goarch:
- amd64
- arm64
Expand All @@ -41,10 +42,9 @@ builds:
ignore:
- goos: windows
goarch: arm
- goos: darwin
goarch: 386
- goos: darwin
- goos: openbsd
goarch: arm
goarm: 6
mod_timestamp: '{{ .CommitTimestamp }}'


Expand Down

0 comments on commit d76cf95

Please sign in to comment.