1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-06 03:53:59 +02:00

fix yml format

This commit is contained in:
Jesse Duffield 2018-08-08 23:00:27 +10:00
parent ffac0e6420
commit b3fbe8453f

View File

@ -1,18 +1,19 @@
# This is an example goreleaser.yaml file with some sane defaults. # This is an example goreleaser.yaml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com # Make sure to check the documentation at http://goreleaser.com
builds: builds:
env: -
- CGO_ENABLED=0 env:
main: ./main.go - CGO_ENABLED=0
goos: main: ./main.go
- freebsd goos:
- windows - freebsd
- darwin - windows
- linux - darwin
goarch: - linux
- amd64 goarch:
- arm - amd64
- arm64 - arm
- arm64
archive: archive:
replacements: replacements:
darwin: Darwin darwin: Darwin