Skip to content

Commit

Permalink
Add ability to produce Solaris binaries
Browse files Browse the repository at this point in the history
We had a request to enable our building of Solaris binaries and we can
do that relatively easily in preparation for 0.8.3 release.
  • Loading branch information
sgnn7 committed Sep 25, 2020
1 parent ec8dae4 commit ce368ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .goreleaser.yml
Expand Up @@ -14,6 +14,7 @@ builds:
- -tags=netgo
goos:
- darwin # MacOS
- solaris
- windows
goarch:
- amd64
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Expand Up @@ -6,7 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## [0.8.3] - 2020-08-28
## [0.8.3] - 2020-09-25

### Added
- Added preliminary support for building Solaris binaries.
[cyberark/summon#173](https://github.com/cyberark/summon/issues/173)

### Fixed
- Use of a path for a provider via `--provider` CLI flag or `SUMMON_PROVIDER` env
variable on Windows with `\` as path separators now correctly works.
Expand Down

0 comments on commit ce368ed

Please sign in to comment.