We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 720b7ee commit 44011aaCopy full SHA for 44011aa
.goreleaser.yaml
@@ -39,7 +39,6 @@ builds:
39
goos:
40
- linux
41
- darwin
42
- - windows
43
goarch:
44
- amd64
45
- arm64
Makefile
@@ -115,7 +115,7 @@ TOOLCHAIN_IMAGE := toolchain
115
116
TAG ?= dev
117
ARCH ?= $(shell go env GOARCH)
118
-ALL_ARCH ?= amd64 arm arm64 ppc64le s390x
+ALL_ARCH ?= amd64 arm64
119
120
# main controller
121
CORE_IMAGE_NAME ?= cluster-api-aws-controller
0 commit comments