Skip to content

Commit

Permalink
fix: specify main and drop arm64 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnorris committed May 3, 2021
1 parent eebb230 commit 29c078e
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
@@ -1,11 +1,11 @@
project_name: terraform-demux
builds:
- env:
- main: ./cmd/terraform-demux
env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm64

0 comments on commit 29c078e

Please sign in to comment.