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:
parent
b2821d7e7f
commit
b3aeb0326e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user