mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2026-02-14 10:00:14 +00:00
Adding support for new cpu architecture (ppc64le) (#1078)
* Update makefile Support ppc64le (IBM Power) architecture * Update .goreleaser.yml Added support for ppc64le cpu arch * Update publish.yml Added support for ppc64le cpu arch Co-authored-by: Yoav Rotem <yoavrotems97@gmail.com>
This commit is contained in:
committed by
GitHub
parent
d232ae0fb9
commit
c0349f0ca8
2
makefile
2
makefile
@@ -7,7 +7,7 @@ IMAGE_NAME ?= $(DOCKER_ORG)/$(BINARY):$(VERSION)
|
||||
GOOS ?= linux
|
||||
BUILD_OS := linux
|
||||
uname := $(shell uname -s)
|
||||
BUILDX_PLATFORM ?= linux/amd64,linux/arm64,linux/arm
|
||||
BUILDX_PLATFORM ?= linux/amd64,linux/arm64,linux/arm,linux/ppc64le
|
||||
DOCKER_ORGS ?= aquasec public.ecr.aws/aquasecurity
|
||||
GOARCH ?= $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user