Adjust goreleaser file to align with upstream and update docs about go1.16 upgrade
This commit is contained in:
parent
f854587116
commit
4f96ba4bad
@ -49,6 +49,9 @@ builds:
|
|||||||
ignore:
|
ignore:
|
||||||
- goos: darwin
|
- goos: darwin
|
||||||
goarch: '386'
|
goarch: '386'
|
||||||
|
- goos: linux
|
||||||
|
goarch: amd64
|
||||||
|
|
||||||
binary: '{{ .ProjectName }}_v{{ .Version }}_{{ .Env.API_VERSION }}_{{ .Os }}_{{ .Arch }}'
|
binary: '{{ .ProjectName }}_v{{ .Version }}_{{ .Env.API_VERSION }}_{{ .Os }}_{{ .Arch }}'
|
||||||
archives:
|
archives:
|
||||||
- format: zip
|
- format: zip
|
||||||
|
@ -27,7 +27,7 @@ Download the relevant release from the project's [releases page](https://github.
|
|||||||
### Dependencies
|
### Dependencies
|
||||||
* Packer >= v1.7.0 (https://packer.io)
|
* Packer >= v1.7.0 (https://packer.io)
|
||||||
* XenServer / Citrix Hypervisor > 7.6
|
* XenServer / Citrix Hypervisor > 7.6
|
||||||
* Golang 1.14
|
* Golang 1.16
|
||||||
|
|
||||||
## Compile the plugin
|
## Compile the plugin
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user