Skip to content

Commit

Permalink
fix binary names
Browse files Browse the repository at this point in the history
  • Loading branch information
lcrownover committed Sep 25, 2024
1 parent 15f8af8 commit f60887c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ changelog:
builds:
- id: 'slurm-23.11'
main: ./cmd/prometheus-slurm-exporter/main.go
binary: prometheus-slurm-exporter-23.11_{{ .Os }}_{{ .Arch }}
binary: prometheus-slurm-exporter_slurm-23.11_{{ .Os }}_{{ .Arch }}
flags:
- -tags=2311
env:
Expand All @@ -37,7 +37,7 @@ builds:

- id: 'slurm-24.05'
main: ./cmd/prometheus-slurm-exporter/main.go
binary: prometheus-slurm-exporter-24.05_{{ .Os }}_{{ .Arch }}
binary: prometheus-slurm-exporter_slurm-24.05_{{ .Os }}_{{ .Arch }}
flags:
- -tags=2405
env:
Expand Down

0 comments on commit f60887c

Please sign in to comment.