Skip to content

Commit

Permalink
Released linux arm64 binary
Browse files Browse the repository at this point in the history
  • Loading branch information
mvisonneau committed May 27, 2019
1 parent e73a0f7 commit 8d0109b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### FEATURES
- Release linux arm64 binary

## [0.1.1] - 2019-05-27
### FEATURES
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ install: ## Build and install locally the binary (dev purpose)
.PHONY: build
build: setup ## Build the binary
mkdir -p dist; rm -rf dist/*
CGO_ENABLED=0 gox -osarch "darwin/386 darwin/amd64 linux/386 linux/amd64 windows/386 windows/amd64" -ldflags "$(LDFLAGS)" -output dist/$(NAME)_{{.OS}}_{{.Arch}}
CGO_ENABLED=0 gox -osarch "darwin/386 darwin/amd64 linux/386 linux/amd64 linux/arm64 windows/386 windows/amd64" -ldflags "$(LDFLAGS)" -output dist/$(NAME)_{{.OS}}_{{.Arch}}
strip dist/*_linux_amd64 dist/*_linux_386

.PHONY: build-docker
Expand Down

0 comments on commit 8d0109b

Please sign in to comment.