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

Commit

Permalink
add build flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ingbyr committed Dec 22, 2021
1 parent 800a5c9 commit f633212
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@ builds:
- darwin
- windows

flags:
- -tags=osfs
- -ldflags '-w -s'

# 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
- '386'

0 comments on commit f633212

Please sign in to comment.