Files
fx-serverless/.goreleaser.yml
2019-12-19 14:28:53 +08:00

37 lines
639 B
YAML

---
env:
- GO111MODULE=on
builds:
- main: fx.go
binary: fx
goos:
- windows
- darwin
- linux
goarch:
- amd64
# Archive customization
archives:
-
format: tar.gz
replacements:
amd64: 64-bit
darwin: macOS
linux: Tux
files:
- README.md
brews:
-
github:
owner: metrue
name: homebrew-fx
commit_author:
name: metrue
email: h.minghe@gmail.com
folder: Formula
caveats: ""
homepage: "https://github.com/metrue/fx"
description: "fx, a simple but powerful Function as a Service build tools"
dependencies:
- docker