diff --git a/.goreleaser.yml b/.goreleaser.yml index aa6830e..0357ebb 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -49,6 +49,9 @@ builds: ignore: - goos: darwin goarch: '386' + - goos: linux + goarch: amd64 + binary: '{{ .ProjectName }}_v{{ .Version }}_{{ .Env.API_VERSION }}_{{ .Os }}_{{ .Arch }}' archives: - format: zip diff --git a/README.md b/README.md index 97f178b..b32d4a7 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Download the relevant release from the project's [releases page](https://github. ### Dependencies * Packer >= v1.7.0 (https://packer.io) * XenServer / Citrix Hypervisor > 7.6 -* Golang 1.14 +* Golang 1.16 ## Compile the plugin