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 686aef6 commit 8bdb6efCopy full SHA for 8bdb6ef
Makefile
@@ -552,7 +552,9 @@ release-manifests-dev: ## Builds the development manifests and copies them in th
552
553
release-binaries: ## Builds the binaries to publish with a release
554
RELEASE_BINARY=./cmd/clusterctl GOOS=linux GOARCH=amd64 $(MAKE) release-binary
555
+ RELEASE_BINARY=./cmd/clusterctl GOOS=linux GOARCH=arm64 $(MAKE) release-binary
556
RELEASE_BINARY=./cmd/clusterctl GOOS=darwin GOARCH=amd64 $(MAKE) release-binary
557
+ RELEASE_BINARY=./cmd/clusterctl GOOS=darwin GOARCH=arm64 $(MAKE) release-binary
558
559
release-binary: $(RELEASE_DIR)
560
docker run \
0 commit comments