Specify the correct main.go file

This commit is contained in:
Dom Del Nano 2020-12-27 21:29:03 -08:00
parent e0a4a0b514
commit 03cabedd06

View File

@ -10,11 +10,12 @@ builds:
# usage by users in CI/CD systems like Terraform Cloud where # usage by users in CI/CD systems like Terraform Cloud where
# they are unable to install libraries. # they are unable to install libraries.
- CGO_ENABLED=0 - CGO_ENABLED=0
main: plugin/builder-xenserver-iso/main.go
mod_timestamp: '{{ .CommitTimestamp }}' mod_timestamp: '{{ .CommitTimestamp }}'
flags: flags:
- -trimpath - -trimpath
ldflags: ldflags:
- '-s -w -X main.version={{.Version}} -X main.commit={{.Commit}}' - '-X main.version={{.Version}} -X main.commit={{.Commit}}'
goos: goos:
- freebsd - freebsd
- windows - windows