Skip to content

Commit

Permalink
fix: remove windows_386 from gorelease
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed May 30, 2024
1 parent a2c523f commit 061d0f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ builds:
- darwin_arm64
- windows_amd64_v1
- windows_arm64
- windows_386
dir: .
main: ./cmd/spawn
binary: spawn
Expand Down
3 changes: 2 additions & 1 deletion docs/TAGGED_RELEASE_CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ This document outlines the steps required to verify the functionality of spawn a
## Manual Verification

- `make template-*` has default chains configured for you to test on with different consensus values.
- Create new modules and add some proto code to be auto generated on the next `make proto-gen`.
- Create new modules and add some proto code to be auto generated on the next `make proto-gen`.
- Ensure goreleaser runs for all instances like `goreleaser build --skip-validate --snapshot --clean -f .goreleaser.yaml`

0 comments on commit 061d0f7

Please sign in to comment.