Skip to content

Commit

Permalink
Add support for IBM Power (ppc64le) arch (#1672)
Browse files Browse the repository at this point in the history
Signed-off-by: Abhijit Mane <[email protected]>

Co-authored-by: Ruben Vargas <[email protected]>
  • Loading branch information
Abhijit-Mane and rubenvp8510 authored Dec 22, 2021
1 parent fd72da5 commit 01795af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ VECHO = @
endif

VERSION_DATE ?= $(shell date -u +'%Y-%m-%dT%H:%M:%SZ')
PLATFORMS ?= linux/arm64,linux/amd64,linux/s390x
PLATFORMS ?= linux/arm64,linux/amd64,linux/s390x,linux/ppc64le
GOARCH ?= $(go env GOARCH)
GOOS ?= $(go env GOOS)
GO_FLAGS ?= GOOS=$(GOOS) GOARCH=$(GOARCH) CGO_ENABLED=0 GO111MODULE=on
Expand Down

0 comments on commit 01795af

Please sign in to comment.