Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

66 fix multi cluster envs #100

Merged
merged 15 commits into from
Feb 20, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
/tarmak_linux_amd64
/tarmak_darwin_amd64
/wing_linux_amd64
/terraform-provider-awstag_linux_amd64
/dist/
/bin/
.DS_Store
/.kube/
10 changes: 10 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ builds:
goarch:
- amd64
flags: -tags netgo
- main: ./cmd/terraform-provider-awstag
binary: terraform-provider-awstag
env:
- CGO_ENABLED=0
goos:
- linux
- darwin
goarch:
- amd64
flags: -tags netgo
archive:
format: binary
release:
Expand Down