Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #78 from grouville/fix-goreleaser-main
Browse files Browse the repository at this point in the history
Fix goreleaser main
  • Loading branch information
grouville authored Jul 27, 2022
2 parents b6cdec8 + f47ca92 commit e57d01f
Showing 1 changed file with 5 additions and 21 deletions.
26 changes: 5 additions & 21 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,48 +1,32 @@
project_name: cuelsp

builds:
- main: ./cmd/cuelsp/
- id: darwin-amd64
env:
- CGO_ENABLED=1
- CC=o64-clang
- CCX=o64-clang++
main: ./cmd/cuelsp/
goos:
- darwin
goarch:
- amd64
- id: darwin-arm64
env:
- CGO_ENABLED=1
- CC=oa64-clang
- CCX=oa64-clang++
main: ./cmd/cuelsp/
goos:
- darwin
goarch:
- arm64
- id: linux-arm64
env:
- CGO_ENABLED=1
- CC=aarch64-linux-gnu-gcc
- CCX=aarch64-linux-gnu-g++
main: ./cmd/cuelsp/
goos:
- linux
goarch:
- arm64
- id: linux-amd64
env:
- CGO_ENABLED=1
- CC=gcc
- CCX=g++
main: ./cmd/cuelsp/
goos:
- linux
goarch:
- amd64
- id: windows-amd64
env:
- CGO_ENABLED=1
- CC=x86_64-w64-mingw32-gcc
- CCX=x86_64-w64-mingw32-g++
main: ./cmd/cuelsp/
goos:
- windows
goarch:
Expand Down

0 comments on commit e57d01f

Please sign in to comment.