Skip to content

Commit

Permalink
no more provisioner plugin in this build
Browse files Browse the repository at this point in the history
  • Loading branch information
Grant Gongaware committed Nov 5, 2020
1 parent f89e451 commit 1929fcd
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,29 +22,29 @@ builds:
goarch: "386"
binary: "terraform-provider-proxmox_v{{ .Version }}"
dir: cmd/terraform-provider-proxmox
- id: terraform-provisioner-proxmox
env:
- CGO_ENABLED=0
mod_timestamp: "{{ .CommitTimestamp }}"
flags:
- -trimpath
ldflags:
- "-s -w -X main.version={{.Version}} -X main.commit={{.Commit}}"
goos:
- freebsd
- windows
- linux
- darwin
goarch:
- amd64
- "386"
- arm
- arm64
ignore:
- goos: darwin
goarch: "386"
binary: "terraform-provisioner-proxmox_v{{ .Version }}"
dir: cmd/terraform-provisioner-proxmox
# - id: terraform-provisioner-proxmox
# env:
# - CGO_ENABLED=0
# mod_timestamp: "{{ .CommitTimestamp }}"
# flags:
# - -trimpath
# ldflags:
# - "-s -w -X main.version={{.Version}} -X main.commit={{.Commit}}"
# goos:
# - freebsd
# - windows
# - linux
# - darwin
# goarch:
# - amd64
# - "386"
# - arm
# - arm64
# ignore:
# - goos: darwin
# goarch: "386"
# binary: "terraform-provisioner-proxmox_v{{ .Version }}"
# dir: cmd/terraform-provisioner-proxmox
archives:
- format: zip
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
Expand Down

0 comments on commit 1929fcd

Please sign in to comment.