Skip to content

Commit

Permalink
remove darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
Sologala committed Mar 2, 2024
1 parent 6e75c6e commit 0ae9982
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ builds:
goos:
- windows
- linux
- darwin
# - darwin

# GOARCH to build for.
# For more info refer to: https://golang.org/doc/install/source#environment
Expand Down Expand Up @@ -60,9 +60,9 @@ builds:
# Note: it'll only match if the full target matches.
#
# Since: v1.5
overrides:
- goos: darwin
goarch: arm64
goamd64: v1
env:
- CGO_ENABLED=1
# overrides:
# - goos: darwin
# goarch: arm64
# goamd64: v1
# env:
# - CGO_ENABLED=1

0 comments on commit 0ae9982

Please sign in to comment.