Skip to content

Commit 44011aa

Browse files
committed
fix: remove archs
1 parent 720b7ee commit 44011aa

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.goreleaser.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ builds:
3939
goos:
4040
- linux
4141
- darwin
42-
- windows
4342
goarch:
4443
- amd64
4544
- arm64

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ TOOLCHAIN_IMAGE := toolchain
115115

116116
TAG ?= dev
117117
ARCH ?= $(shell go env GOARCH)
118-
ALL_ARCH ?= amd64 arm arm64 ppc64le s390x
118+
ALL_ARCH ?= amd64 arm64
119119

120120
# main controller
121121
CORE_IMAGE_NAME ?= cluster-api-aws-controller

0 commit comments

Comments
 (0)