Skip to content

Commit a1ff67e

Browse files
authored
Merge pull request #6774 from Prajyot-Parab/update
✨ Ship clusterctl binary for linux/ppc64le platform
2 parents 0cf86dd + c456642 commit a1ff67e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -750,6 +750,7 @@ release-binaries: ## Build the binaries to publish with a release
750750
RELEASE_BINARY=clusterctl-darwin-amd64 BUILD_PATH=./cmd/clusterctl GOOS=darwin GOARCH=amd64 $(MAKE) release-binary
751751
RELEASE_BINARY=clusterctl-darwin-arm64 BUILD_PATH=./cmd/clusterctl GOOS=darwin GOARCH=arm64 $(MAKE) release-binary
752752
RELEASE_BINARY=clusterctl-windows-amd64.exe BUILD_PATH=./cmd/clusterctl GOOS=windows GOARCH=amd64 $(MAKE) release-binary
753+
RELEASE_BINARY=clusterctl-linux-ppc64le BUILD_PATH=./cmd/clusterctl GOOS=linux GOARCH=ppc64le $(MAKE) release-binary
753754

754755
release-binary: $(RELEASE_DIR)
755756
docker run \

0 commit comments

Comments
 (0)