Skip to content

Commit

Permalink
Add schedule-builder to release job
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Grunert <[email protected]>
  • Loading branch information
saschagrunert committed Apr 3, 2024
1 parent b164659 commit 09e85c6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 09e85c6

Please sign in to comment.