Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Commit

Permalink
config goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
ingbyr committed Sep 27, 2021
1 parent f6dc089 commit b1aeb3c
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
builds:
- env:
-
# Custom environment variables to be set during the builds.
# Default is empty.
env:
- CGO_ENABLED=0

# GOOS list to build for.
# For more info refer to: https://golang.org/doc/install/source#environment
# Defaults are darwin and linux.
goos:
- linux
- darwin

# GOARCH to build for.
# For more info refer to: https://golang.org/doc/install/source#environment
# Defaults are 386, amd64 and arm64.
goarch:
- amd64
- 386

0 comments on commit b1aeb3c

Please sign in to comment.