Skip to content

Commit

Permalink
Darwin arm64 support (#519)
Browse files Browse the repository at this point in the history
* Darwin arm64 support

* Darwin arm64 support

* Darwin arm64 support

* Update .goreleaser.yml
  • Loading branch information
nabhajit-ray authored Mar 10, 2023
1 parent 8081558 commit 131ec72
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.16

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down
4 changes: 1 addition & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ builds:
- arm64
ignore:
- goos: darwin
goarch: "386"
- goos: darwin
goarch: "arm64"
goarch: "386"
- goos: windows
goarch: "arm64"
binary: "{{ .ProjectName }}_v{{ .Version }}"
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html)
# [v8.2.0-13](unreleased)

#### Major Changes
1. Added support for darwin_arm64.

### Notes
- This release supports API5000 minimally where we can use OneView v8.20 with this SDK.
### Bug fixes & Enhancements:
- [#517](https://github.com/HewlettPackard/terraform-provider-oneview/issues/517 )Logical Interconnect Group crash
- [#518](https://github.com/HewlettPackard/terraform-provider-oneview/issues/518 ) Support darwin_arm64


# [v8.1.0-13]
Expand Down

0 comments on commit 131ec72

Please sign in to comment.