goreleaser: unset GOOS/GOARCH for precompile step
these should be run natively.
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ release:
|
||||
before:
|
||||
hooks:
|
||||
- npm ci
|
||||
- make precompile
|
||||
- env GOOS= GOARCH= make precompile
|
||||
builds:
|
||||
- id: notray
|
||||
dir: ./
|
||||
|
||||
Reference in New Issue
Block a user