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

Commit

Permalink
fix goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
codeskyblue committed Nov 23, 2020
1 parent 198a1de commit fe6bf46
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 16 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ _testmain.go
*.zip
wdaproxy
assets_vfsdata.go

go.sum
dist/
26 changes: 26 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# This is an example goreleaser.yaml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
before:
hooks:
# you may remove this if you don't use vgo
- go mod tidy
# you may remove this if you don't need go generate
- go generate ./web
builds:
- env:
- CGO_ENABLED=0
main: .
flags:
- -tags=vfs
goos:
- darwin
goarch:
- amd64
brews:
-
tap:
owner: openatx
name: homebrew-tap
folder: Formula
dependencies:
- name: usbmuxd
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ require (
github.com/mash/go-accesslog v1.2.0
github.com/ogier/pflag v0.0.1
github.com/pkg/errors v0.9.1
github.com/qiniu/log v0.0.0-00010101000000-000000000000 // indirect
github.com/satori/go.uuid v1.2.0 // indirect
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect
github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546
Expand Down
15 changes: 0 additions & 15 deletions goreleaser.yml

This file was deleted.

0 comments on commit fe6bf46

Please sign in to comment.