Skip to content

Commit 591632a

Browse files
a-bgururajshCristhian Pena
committed
Fix macos arm target to comply with release workflows
Co-authored-by: Shwetha Gururaj <[email protected]> Co-authored-by: Cristhian Pena <[email protected]>
1 parent 9a21cb0 commit 591632a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ out/cf-cli_osx: $(GOSRC)
180180
GOARCH=amd64 GOOS=darwin go build \
181181
-a -ldflags "$(LD_FLAGS)" -o out/cf-cli_osx .
182182

183-
out/cf-cli_osx_arm: $(GOSRC)
183+
out/cf-cli_macosarm: $(GOSRC)
184184
GOARCH=arm64 GOOS=darwin go build \
185-
-a -ldflags "$(LD_FLAGS)" -o out/cf-cli_osx_arm .
185+
-a -ldflags "$(LD_FLAGS)" -o out/cf-cli_macosarm .
186186

187187
out/cf-cli_win32.exe: $(GOSRC) rsrc.syso
188188
GOARCH=386 GOOS=windows go build -tags="forceposix" -o out/cf-cli_win32.exe -ldflags "$(LD_FLAGS)" .

0 commit comments

Comments
 (0)