Skip to content

Commit

Permalink
优化程序逻辑
Browse files Browse the repository at this point in the history
  • Loading branch information
fireinrain committed Mar 22, 2023
1 parent 74995d2 commit 23329b8
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,16 @@ builds:
- linux
goarch:
- amd64
- id: darwin
env:
- CGO_ENABLED=0
goos:
- darwin
goarch:
- amd64
- arm64

# mac交叉编译复杂
# - id: darwin
# env:
# - CGO_ENABLED=1
# goos:
# - darwin
# goarch:
# - amd64
# - arm64

archives:
- format_overrides:
Expand Down

0 comments on commit 23329b8

Please sign in to comment.