Skip to content

Commit

Permalink
fix(fips): update fips archive name format (#537)
Browse files Browse the repository at this point in the history
* fix(fips): update fips archive name format

* update goreleaser
  • Loading branch information
rajrohanyadav authored Dec 17, 2024
1 parent 555d7ee commit 1a08799
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions build/goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
version: 2
project_name: nri-flex
builds:
- id: nri-flex
Expand Down Expand Up @@ -60,11 +61,11 @@ archives:
- README.md
- CHANGELOG.md
- examples/*
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Version }}_{{ .Arch }}_fips" # Used to change `armv6` to `arm`
name_template: "{{ .ProjectName }}-fips_{{ .Os }}_{{ .Version }}_{{ .Arch }}" # Used to change `armv6` to `arm`
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Version }}-snapshot"
version_template: "{{ .Version }}-snapshot"
changelog:
sort: asc
filters:
Expand Down
2 changes: 1 addition & 1 deletion build/release.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GORELEASER_VERSION ?= v1.19.2
GORELEASER_VERSION ?= v2.4.4
GORELEASER_BIN ?= $(CURDIR)/bin/goreleaser
GORELEASER_CONFIG ?= --config $(CURDIR)/build/goreleaser.yml
PKG_FLAGS ?= --clean
Expand Down

0 comments on commit 1a08799

Please sign in to comment.