Skip to content

Commit

Permalink
remove darwin and arm
Browse files Browse the repository at this point in the history
  • Loading branch information
linyows committed Oct 5, 2023
1 parent 52a3e25 commit eaffc8a
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 @@ -27,10 +27,8 @@ builds:
no_main_check: true
goos:
- linux
- darwin
goarch:
- amd64
- arm64
- env:
- CGO_ENABLED=1
id: warp-sqlite-plugin
Expand All @@ -39,10 +37,8 @@ builds:
no_main_check: true
goos:
- linux
- darwin
goarch:
- amd64
- arm64
- env:
- CGO_ENABLED=1
id: warp-file-plugin
Expand All @@ -51,10 +47,8 @@ builds:
no_main_check: true
goos:
- linux
- darwin
goarch:
- amd64
- arm64

archives:
- format: tar.gz
Expand Down

0 comments on commit eaffc8a

Please sign in to comment.