Skip to content

Commit

Permalink
More testing for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanratcliffe committed Feb 28, 2024
1 parent 9c8095c commit b06605d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ builds:

signs:
- id: amd64
signature: "${artifact}"
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}"
signature: "${artifact}.dmg"
ids:
- overmind-macos # here we filter the macos only build id
cmd: ./gon
Expand Down

0 comments on commit b06605d

Please sign in to comment.