Skip to content

Commit

Permalink
enable i386 builds; skip 'draft' step
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismarget-j committed Apr 11, 2023
1 parent 2e03544 commit b501bcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ builds:
- darwin
goarch:
- amd64
# - '386'
- '386'
# - arm
- arm64
# ignore:
Expand Down Expand Up @@ -59,6 +59,6 @@ release:
- glob: 'terraform-registry-manifest.json'
name_template: '{{ .ProjectName }}_{{ .Version }}_manifest.json'
# If you want to manually examine the release before its live, uncomment this line:
draft: true
draft: false
changelog:
skip: true

0 comments on commit b501bcb

Please sign in to comment.