1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00

revert goreleaser.yml changes

This commit is contained in:
Carlos Alexandro Becker 2017-05-11 00:06:18 -03:00
parent b2821d7e7f
commit b3aeb0326e
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -2,19 +2,15 @@ homepage: &homepage http://goreleaser.github.io
description: &description Deliver Go binaries as fast and easily as possible
build:
goos:
# - linux
- linux
- darwin
- windows
goarch:
# - 386
- 386
- amd64
# - arm
# - arm64
- arm
- arm64
archive:
files:
- README.*
- internal/**/*.go
- config/*
format_overrides:
- goos: windows
format: zip