Skip to content

Commit 29e3487

Browse files
committed
chore: update makefile
1 parent ff70e80 commit 29e3487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/network/src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export OS_ARCH ?= $(GOARCH_LOCAL)
1717
default: install
1818

1919
build-darwin:
20-
GOOS=darwin GOARCH=amd64 go build -o ${BINARY}
20+
GOOS=darwin GOARCH=arm64 go build -o ${BINARY}
2121

2222
install: build-darwin
2323
# 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

Comments
 (0)