Skip to content

Commit

Permalink
prepare to sign windows binary
Browse files Browse the repository at this point in the history
  • Loading branch information
fiws committed Apr 22, 2023
1 parent 005a409 commit dccae28
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .goreleaser.yml
Expand Up @@ -7,10 +7,18 @@ builds:
goos:
- linux
- darwin
goarch:
- amd64
- arm64
- id: minepkg-windows
binary: minepkg
goos:
- windows
goarch:
- amd64
- arm64
hooks:
post: osslsigncode sign -pkcs12 ./cert.p12 -n "minepkg" -i "https://minepkg.io/" -t "http://timestamp.digicert.com" -in {{ .Path }} -out {{ .Path }}
archives:
- id: minepkg
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
Expand Down

0 comments on commit dccae28

Please sign in to comment.