Skip to content

Commit 355bb9e

Browse files
authored
Merge pull request #4861 from vincepri/build-arm64-linux-darwin
🌱 Build clusterctl arm64 for linux and darwin
2 parents d2c2ddb + 8bdb6ef commit 355bb9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,9 @@ release-manifests-dev: ## Builds the development manifests and copies them in th
552552

553553
release-binaries: ## Builds the binaries to publish with a release
554554
RELEASE_BINARY=./cmd/clusterctl GOOS=linux GOARCH=amd64 $(MAKE) release-binary
555+
RELEASE_BINARY=./cmd/clusterctl GOOS=linux GOARCH=arm64 $(MAKE) release-binary
555556
RELEASE_BINARY=./cmd/clusterctl GOOS=darwin GOARCH=amd64 $(MAKE) release-binary
557+
RELEASE_BINARY=./cmd/clusterctl GOOS=darwin GOARCH=arm64 $(MAKE) release-binary
556558

557559
release-binary: $(RELEASE_DIR)
558560
docker run \

0 commit comments

Comments
 (0)