diff --git a/.goreleaser.yml b/.goreleaser.yml index 80329c7..68083c5 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -22,10 +22,17 @@ builds: env: [CGO_ENABLED=0] goos: - darwin + - linux goarch: - amd64 - arm64 +archives: + - id: cli + builds: + - cli + name_template: "ozctl_{{ .Version }}_{{ .Os }}_{{ .Arch }}" + universal_binaries: - id: cli name_template: ozctl