mirror of
https://github.com/go-task/task.git
synced 2025-12-29 00:24:50 +01:00
24 lines
315 B
YAML
24 lines
315 B
YAML
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
|