Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Generate more portable releases
Browse files Browse the repository at this point in the history
Currently trying to use this plugin in an alpine-based docker image will fail with a `not found` error due to alpine not containing the same libc binaries

Setting this flag should mean that terraform-provider-uptimerobot won't rely on the shared libraries being present, which should allow it to work everywhere
  • Loading branch information
Novex authored Mar 13, 2019
1 parent 91f7d84 commit 71ca79c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
builds:
- binary: terraform-provider-uptimerobot
env:
- CGO_ENABLED=0
goos:
- windows
- darwin
Expand Down

0 comments on commit 71ca79c

Please sign in to comment.