Skip to content

Commit

Permalink
Add missing files.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjbae1212 committed Aug 29, 2021
1 parent 775a229 commit db8d4de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# This is an example goreleaser.yaml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
env:
- GO111MODULE=on
before:
hooks:
- go mod download
Expand All @@ -23,6 +22,9 @@ builds:
- all=-trimpath={{.Env.GOPATH}}
ldflags:
- -s -w
ignore:
- goos: windows
goarch: arm64
archives:
- replacements:
darwin: Darwin
Expand Down
2 changes: 2 additions & 0 deletions packrd/packed-packr.go

Large diffs are not rendered by default.

0 comments on commit db8d4de

Please sign in to comment.