Skip to content

Commit

Permalink
chore: update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
gshilei committed Dec 18, 2024
1 parent ff70e80 commit 29e3487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/network/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export OS_ARCH ?= $(GOARCH_LOCAL)
default: install

build-darwin:
GOOS=darwin GOARCH=amd64 go build -o ${BINARY}
GOOS=darwin GOARCH=arm64 go build -o ${BINARY}

install: build-darwin
# copy module binary to $KUSION_HOME. e.g. ~/.kusion/modules/kusionstack/network/v0.1.0/darwin/arm64/kusion-module-network_0.1.0
Expand Down

0 comments on commit 29e3487

Please sign in to comment.