Skip to content

Commit

Permalink
Darwin ARM64 release support
Browse files Browse the repository at this point in the history
  • Loading branch information
forain committed Feb 27, 2024
1 parent 6545ff1 commit 928a21d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ install: build

release:
GOOS=darwin go build -v -o terraform-provider-credstash_darwin_amd64
GOOS=darwin go build -v -o terraform-provider-credstash_darwin_arm64
GOOS=linux go build -v -o terraform-provider-credstash_linux_amd64

0 comments on commit 928a21d

Please sign in to comment.