Skip to content

Commit

Permalink
Disabling signatures for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanratcliffe committed Feb 28, 2024
1 parent 8b06fd0 commit 2e2083d
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,23 @@ builds:
goos:
- darwin

signs:
- id: amd64
signature: "${artifact}.dmg"
ids:
- overmind-macos # here we filter the macos only build id
cmd: gon
args:
- gon-amd64.json
artifacts: all
- id: arm64
signature: "${artifact}.dmg"
ids:
- overmind-macos # here we filter the macos only build id
cmd: gon
args:
- gon-arm64.json
artifacts: all
# signs:
# - id: amd64
# signature: "${artifact}.dmg"
# ids:
# - overmind-macos # here we filter the macos only build id
# cmd: gon
# args:
# - gon-amd64.json
# artifacts: all
# - id: arm64
# signature: "${artifact}.dmg"
# ids:
# - overmind-macos # here we filter the macos only build id
# cmd: gon
# args:
# - gon-arm64.json
# artifacts: all

archives:
- format: tar.gz
Expand Down

0 comments on commit 2e2083d

Please sign in to comment.