diff --git a/Makefile b/Makefile index 11532f9e6..25183bde1 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,8 @@ update-vendor: ################################################# bins: vendor - packr build -o terraform-provider-aiven . + GOOS=linux GOARCH=amd64 packr build -o terraform-provider-aiven-linux_amd64 . + GOOS=darwin GOARCH=amd64 packr build -o terraform-provider-aiven-darwin_amd64 . ################################################# # Testing and linting