Skip to content

Commit

Permalink
update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
HDT3213 committed Apr 3, 2021
1 parent bcf0cd5 commit e7e5469
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build-linux.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

GOOS=linux GOARCH=amd64 go build -o target/godis-linux ./src/cmd
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o target/godis-linux ./src/cmd
1 change: 0 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env bash


go build -i -o target/godis-darwin ./src/cmd

0 comments on commit e7e5469

Please sign in to comment.