build: binary: task main: cmd/task/task.go goos: - windows - darwin - linux goarch: - 386 - amd64 ignore: - goos: darwin goarch: 386 archive: name_template: "{{.Binary}}_{{.Os}}_{{.Arch}}" format_overrides: - goos: windows format: zip release: draft: true