Skip to content

Commit

Permalink
Merge pull request #2837 from redpanda-data/jackie-remove-quill-hook
Browse files Browse the repository at this point in the history
remove unused MacOS quill signing logic
  • Loading branch information
Jeffail authored Sep 6, 2024
2 parents 98ed01d + 9fcaf6b commit 50d1da3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 31 deletions.
10 changes: 0 additions & 10 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,6 @@ builds:
goos: [ windows, darwin, linux, freebsd, openbsd ]
goarch: [ amd64, arm64 ]
# goarm: [ 6, 7 ]
hooks:
post:
# The binary is signed and notarized when running a production release, but for snapshot builds notarization is
# skipped and only ad-hoc signing is performed (not cryptographic material is needed).
#
# note: environment variables required for signing and notarization (set in CI) but are not needed for snapshot builds
# QUILL_SIGN_P12, QUILL_SIGN_PASSWORD, QUILL_NOTARY_KEY, QUILL_NOTARY_KEY_ID, QUILL_NOTARY_ISSUER
- cmd: ./resources/scripts/sign_for_darwin.sh "{{ .Os }}" "{{ .Path }}" "{{ .IsSnapshot }}"
env:
- QUILL_LOG_FILE=target/dist/quill-{{ .Target }}.log
ignore:
- goos: windows
goarch: arm
Expand Down
21 changes: 0 additions & 21 deletions resources/scripts/sign_for_darwin.sh

This file was deleted.

0 comments on commit 50d1da3

Please sign in to comment.