Skip to content

Commit

Permalink
chore: add darwin_arm64 releases (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatha authored Jan 18, 2022
1 parent 05820ae commit 2c2d0df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ plugins:
- assets:
- label: terraform-provider-paperspace-darwin-amd64
path: build/terraform-provider-paperspace-darwin-amd64
- label: terraform-provider-paperspace-darwin-arm64
path: build/terraform-provider-paperspace-darwin-arm64
- label: terraform-provider-paperspace-linux-amd64
path: build/terraform-provider-paperspace-linux-amd64
- label: terraform-provider-paperspace-windows-amd64.exe
Expand Down
1 change: 1 addition & 0 deletions bin/build
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ function usage {
exit 1
}

GOOS=darwin GOARCH=arm64 go build -o ${DIR}/../build/terraform-provider-paperspace-darwin-amd64 ${DIR}/../src/terraform-provider-paperspace
GOOS=darwin GOARCH=amd64 go build -o ${DIR}/../build/terraform-provider-paperspace-darwin-amd64 ${DIR}/../src/terraform-provider-paperspace
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o ${DIR}/../build/terraform-provider-paperspace-linux-amd64 ${DIR}/../src/terraform-provider-paperspace
GOOS=windows GOARCH=amd64 go build -o ${DIR}/../build/terraform-provider-paperspace-windows-amd64.exe ${DIR}/../src/terraform-provider-paperspace

0 comments on commit 2c2d0df

Please sign in to comment.