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.
2 parents d2c2ddb + 8bdb6ef commit 355bb9eCopy full SHA for 355bb9e
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