Skip to content

Commit

Permalink
fix goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
dav009 committed Sep 24, 2023
1 parent abd4729 commit ffd61fa
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .goreleaser.yaml
@@ -1,7 +1,8 @@
# .goreleaser.yml
project_name: bqt
builds:
- env: [CGO_ENABLED=1, CC=clang, CXX=clang++]
- id: darwin
env: [CGO_ENABLED=1, CC=clang, CXX=clang++]
goos:
- linux
- darwin
Expand All @@ -11,3 +12,13 @@ builds:
id: "bqt"
dir: .
main: ./cmd/bqt

- id: linux
env: [CGO_ENABLED=1, CC=clang, CXX=clang++]
goos:
- linux
goarch:
- amd64
id: "bqt"
dir: .
main: ./cmd/bqt

0 comments on commit ffd61fa

Please sign in to comment.