Skip to content

Commit

Permalink
openbsd & freebsd releases
Browse files Browse the repository at this point in the history
added openbsd & freebsd in releases for i386/arm/amd
  • Loading branch information
leucos committed Jan 31, 2022
1 parent dda4976 commit 103ee27
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ builds:
goos:
- linux
- darwin
- freebsd
- openbsd
ldflags:
- -s -w -X github.com/devops-works/binenv/cmd.Version={{.Version}} -X github.com/devops-works/binenv/cmd.BuildDate={{.CommitDate}}
ignore:
Expand Down
21 changes: 21 additions & 0 deletions distributions/distributions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,27 @@ sources:
url: https://github.com/devops-works/binenv/releases/download/v{{ .Version }}/binenv_{{ .OS }}_{{ .Arch }}{{ .ExeExtension }}
install:
type: direct
supported_platforms:
- os: linux
arch: i386
- os: linux
arch: amd64
- os: linux
arch: arm64
- os: darwin
arch: amd64
- os: openbsd
arch: i386
- os: openbsd
arch: amd64
- os: openbsd
arch: arm64
- os: freebsd
arch: i386
- os: freebsd
arch: amd64
- os: freebsd
arch: arm64

bomberman:
description: SMTP Performance and Load Test Tool
Expand Down

0 comments on commit 103ee27

Please sign in to comment.