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 9a21cb0 commit 591632aCopy full SHA for 591632a
Makefile
@@ -180,9 +180,9 @@ out/cf-cli_osx: $(GOSRC)
180
GOARCH=amd64 GOOS=darwin go build \
181
-a -ldflags "$(LD_FLAGS)" -o out/cf-cli_osx .
182
183
-out/cf-cli_osx_arm: $(GOSRC)
+out/cf-cli_macosarm: $(GOSRC)
184
GOARCH=arm64 GOOS=darwin go build \
185
- -a -ldflags "$(LD_FLAGS)" -o out/cf-cli_osx_arm .
+ -a -ldflags "$(LD_FLAGS)" -o out/cf-cli_macosarm .
186
187
out/cf-cli_win32.exe: $(GOSRC) rsrc.syso
188
GOARCH=386 GOOS=windows go build -tags="forceposix" -o out/cf-cli_win32.exe -ldflags "$(LD_FLAGS)" .
0 commit comments