Files
actions-sync/.goreleaser.yml
T

17 lines
304 B
YAML
Raw Normal View History

2020-07-02 19:36:10 +01:00
project_name: gh
builds:
- <<: &build_defaults
binary: bin/actions-sync
id: macos
goos: [darwin]
2023-03-21 00:29:53 +00:00
goarch: [amd64, arm64]
2020-07-02 19:36:10 +01:00
- <<: *build_defaults
id: linux
goos: [linux]
2023-03-21 00:29:53 +00:00
goarch: [amd64, arm64]
2020-07-02 19:36:10 +01:00
- <<: *build_defaults
id: windows
goos: [windows]
2023-03-21 00:29:53 +00:00
goarch: [amd64]