Skip to content

Commit

Permalink
Goreleaser updated and godownloader.sh script added (#139)
Browse files Browse the repository at this point in the history
* goreleaser updated and godownloader.sh script added

* chmod +x
  • Loading branch information
Deep Dhillon committed May 25, 2019
1 parent 2a1ea57 commit 3f54cb7
Show file tree
Hide file tree
Showing 2 changed files with 450 additions and 37 deletions.
76 changes: 39 additions & 37 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,43 +17,45 @@ build:
- arm64
goarm:
- 7
nfpm:
formats:
- deb
vendor: "wio"
homepage: "https:github.com/wio/wio"
maintainer: "Deep Dhillon <deep@deepdhillon.ca>"
description: "C/C++ development environment"
license: "MIT"
name_template: "{{.ProjectName}}_{{.Version}}_{{.Os}}_{{.Arch}}"
replacements:
amd64: 64bit
386: 32bit
arm: arm
arm64: arm64
darwin: macOS
linux: linux
windows: windows
dependencies:
- cmake
- make
archive:
format: tar.gz
format_overrides:
- goos: windows
format: zip
name_template: "{{.ProjectName}}_{{.Version}}_{{.Os}}_{{.Arch}}"
replacements:
amd64: 64bit
386: 32bit
arm: arm
arm64: arm64
darwin: macOS
linux: linux
windows: windows
files:
- README.md
- LICENSE
nfpms:
-
formats:
- deb
vendor: "wio"
homepage: "https:github.com/wio/wio"
maintainer: "Deep Dhillon <deep@deepdhillon.ca>"
description: "C/C++ development environment"
license: "MIT"
name_template: "{{.ProjectName}}_{{.Version}}_{{.Os}}_{{.Arch}}"
replacements:
amd64: 64bit
386: 32bit
arm: arm
arm64: arm64
darwin: macOS
linux: linux
windows: windows
dependencies:
- cmake
- make
archives:
- id: wio
format: tar.gz
format_overrides:
- goos: windows
format: zip
name_template: "{{.ProjectName}}_{{.Version}}_{{.Os}}_{{.Arch}}"
replacements:
amd64: 64bit
386: 32bit
arm: arm
arm64: arm64
darwin: macOS
linux: linux
windows: windows
files:
- README.md
- LICENSE
brew:
name: wio
github:
Expand Down
Loading

0 comments on commit 3f54cb7

Please sign in to comment.