Skip to content

Commit

Permalink
Add linux-arm64 architecture
Browse files Browse the repository at this point in the history
Change-Id: I7cb154ec587ade9ffd6bc9ab0ca5edc1a8be2be2
Signed-off-by: Ciprian Barbu <ciprian.barbu@enea.com>
  • Loading branch information
ciprian-barbu-enea committed Feb 3, 2020
1 parent ed4efab commit 72bdf89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ LDFLAGS=-ldflags \
# Inspired by: https://github.com/kubernetes/minikube/releases
RELEASE_DIR ?= release
RELEASE_NAME ?= voltctl
RELEASE_OS_ARCH ?= linux-amd64 windows-amd64 darwin-amd64
RELEASE_OS_ARCH ?= linux-amd64 linux-arm64 windows-amd64 darwin-amd64
RELEASE_BINS := $(foreach rel,$(RELEASE_OS_ARCH),$(RELEASE_DIR)/$(RELEASE_NAME)-$(subst -dev,_dev,$(VERSION))-$(rel))

# Functions to extract the OS/ARCH
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.3
1.0.4

0 comments on commit 72bdf89

Please sign in to comment.