Skip to content

Commit

Permalink
Update release processes
Browse files Browse the repository at this point in the history
Release processes are updated by working through them on different
machines.
  • Loading branch information
ross-spencer committed Feb 12, 2024
1 parent f5c68d5 commit 0e2aee6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ gofer-snapshot: ## Build a snapshot of gofer.
goreleaser build --snapshot --single-target --clean -f cmd/gofer/.goreleaser.yml

gofer-release: ## Build a gofer release..
cd cmd/gofer;
goreleaser release --skip-publish --clean -f cmd/gofer/.goreleaser.yml --skip-sign

gofer-release-sign: ## Build a gofer release..
cd cmd/gofer;
goreleaser release --skip-publish --clean -f cmd/gofer/.goreleaser.yml

Expand Down
4 changes: 2 additions & 2 deletions cmd/gofer/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ changelog:
signs:
- id: checksum_objects
artifacts: checksum
args: ["-u", "ross@orcfax.io", "--output", "${signature}", "--detach-sign", "${artifact}"]
args: ["-u", "admin@orcfax.io", "--output", "${signature}", "--detach-sign", "${artifact}"]
- id: binary_objects
artifacts: binary
args: ["-u", "ross@orcfax.io", "--output", "${signature}", "--detach-sign", "${artifact}"]
args: ["-u", "admin@orcfax.io", "--output", "${signature}", "--detach-sign", "${artifact}"]

0 comments on commit 0e2aee6

Please sign in to comment.