Skip to content

Commit

Permalink
Use containers_image_openpgp tag in release builds because we cannot …
Browse files Browse the repository at this point in the history
…use CGO

For discussion see containers/image#1634
  • Loading branch information
benjamint-bsquare committed Jan 10, 2023
1 parent a32d13c commit b34c029
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ builds:
- goos: darwin
goarch: '386'
binary: '{{ .ProjectName }}_v{{ .Version }}'
tags:
- containers_image_openpgp
archives:
- format: zip
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
Expand Down

0 comments on commit b34c029

Please sign in to comment.