Skip to content

Commit

Permalink
strange "" stuff in env var
Browse files Browse the repository at this point in the history
  • Loading branch information
felipemadero committed Oct 3, 2022
1 parent 190caa9 commit 3e3bf7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ builds:
- arm64
env:
- CGO_ENABLED=1
- CGO_CFLAGS="-O -D__BLST_PORTABLE__"
- CGO_CFLAGS=-O -D__BLST_PORTABLE__
overrides:
- goos: linux
goarch: arm64
Expand All @@ -29,7 +29,7 @@ builds:
goarch: amd64
goamd64: v1
env:
- CC=o64-clang
- CC=oa64-clang
release:
# Repo in which the release will be created.
# Default is extracted from the origin remote URL or empty if its private hosted.
Expand Down

0 comments on commit 3e3bf7d

Please sign in to comment.