diff --git a/.goreleaser.yml b/.goreleaser.yml index 621cc34ff9b8..ae0872ccc60c 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -47,6 +47,17 @@ builds: - amd64 - arm64 + - id: schedule-builder + no_unique_dist_dir: true + main: ./cmd/schedule-builder + binary: schedule-builder-{{ .Arch }}-{{ .Os }} + goos: + - linux + - darwin + goarch: + - amd64 + - arm64 + archives: - format: binary name_template: "{{ .Binary }}"