Skip to content

Commit

Permalink
arm64 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzuo committed May 23, 2021
1 parent f471ce3 commit 2547318
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
13 changes: 9 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@ builds:
- env:
- CGO_ENABLED=0
- GO111MODULE=on
goos:
- linux
- darwin
- windows
goarch:
- 386
- amd64
- arm
- arm64
archives:
- replacements:
darwin: darwin
linux: linux
windows: windows
386: i386
amd64: amd64
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# CHANGELOG

## 0.5.4

- add install.sh
- add `arm64` build in goreleaser

## 0.5.3

- update goreleaser filename

## 0.5.2

Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/spf13/cobra"
)

var Version = "0.5.2"
var Version = "0.5.4"

var versionCmd = &cobra.Command{
Use: "version",
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ start() {
bin="dashi.tar.gz"

# original_version such as "master"
original_version="v0.5.2"
original_version="v0.5.4"

prefix=${PREFIX:-"/usr/local/bin"}
tmp="$(mktmpdir)"
Expand Down

0 comments on commit 2547318

Please sign in to comment.