Skip to content

Commit

Permalink
Build for Arm
Browse files Browse the repository at this point in the history
  • Loading branch information
pepa65 committed Aug 1, 2023
1 parent 059277a commit e39990c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,19 @@ builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- darwin
- windows
- freebsd
- openbsd
- plan9
- linux
goarch:
- arm
- arm64
goarm:
- 5
- 6
- 7
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![GoDoc](https://godoc.org/github.com/pepa65/becrypt?status.svg)](https://godoc.org/github.com/pepa65/becrypt)
[![GitHub](https://img.shields.io/github/license/pepa65/becrypt.svg)](LICENSE)
[![run-ci](https://github.com/pepa65/becrypt/actions/workflows/ci.yml/badge.svg)](https://github.com/pepa65/becrypt/actions/workflows/ci.yml)
* Version: 1.3.11
* Version: 1.3.12
* License: [MIT](LICENSE)
* Repo: `github.com/pepa65/becrypt`
* Modified interface from `github.com/shoenig/bcrypt-tool`:
Expand All @@ -15,7 +15,7 @@

## Usage
```
becrypt v1.3.11 - Generate and check bcrypt hashes from a CLI
becrypt v1.3.12 - Generate and check bcrypt hashes from a CLI
Repo: github.com/pepa65/becrypt
Usage: becrypt OPTION
Options:
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

const (
version = "1.3.11"
version = "1.3.12"
pwMaxLen = 72
)

Expand Down

0 comments on commit e39990c

Please sign in to comment.