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

simplify readme

This commit is contained in:
Carlos Alexandro Becker 2017-05-01 11:29:10 -03:00
parent e2f0f645cc
commit e71a2c6709
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -95,9 +95,6 @@ build:
# Archive customization
archive:
format: tar.gz
format_overrides:
- goos: windows
format: zip
replacements:
amd64: 64-bit
darwin: macOS
@ -108,7 +105,7 @@ archive:
This configuration will generate tar archives, contains an additional file `drum-roll.licence.txt`, the archives will be located in:
- `./dist/drum-roll_windows_64-bit.zip`
- `./dist/drum-roll_windows_64-bit.tar.gz`
- `./dist/drum-roll_macOS_64-bit.tar.gz`
- `./dist/drum-roll_Tux_64-bit.tar.gz`