Skip to content

Commit 12490b3

Browse files
authored
Add windows arm64 to ignore (#769)
* Add windows arm64 to ignore * Update CHANGELOG.md
1 parent 3d52e8c commit 12490b3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.goreleaser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ builds:
2828
ignore:
2929
- goos: darwin
3030
goarch: '386'
31+
- goos: windows
32+
goarch: 'arm64'
3133
binary: '{{ .ProjectName }}_v{{ .Version }}'
3234
archives:
3335
- format: zip

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## [v1.4.0-pre.1](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.4.0-pre.1) (2022-06-29)
44
**Closed issues:**
55

6+
Note: the binary executable for windows/arm64 is not available for this release. Next release will include.
67
Fix for Add support for cloud export backup to mongodbatlas_cloud_backup_schedule (#740)
78
Feature Add: Update the project resource with new settings (#741)
89
Feature Add: Feature add: Add support for management of federated authentication configuration

0 commit comments

Comments
 (0)