We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff70e80 commit 29e3487Copy full SHA for 29e3487
modules/network/src/Makefile
@@ -17,7 +17,7 @@ export OS_ARCH ?= $(GOARCH_LOCAL)
17
default: install
18
19
build-darwin:
20
- GOOS=darwin GOARCH=amd64 go build -o ${BINARY}
+ GOOS=darwin GOARCH=arm64 go build -o ${BINARY}
21
22
install: build-darwin
23
# copy module binary to $KUSION_HOME. e.g. ~/.kusion/modules/kusionstack/network/v0.1.0/darwin/arm64/kusion-module-network_0.1.0
0 commit comments