Skip to content

Commit

Permalink
Add linux mips release
Browse files Browse the repository at this point in the history
  • Loading branch information
sjlleo authored May 19, 2022
1 parent 4323021 commit 14bbc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cross_compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
DIST_PREFIX="nexttrace"
DEBUG_MODE=${2}
TARGET_DIR="dist"
PLATFORMS="darwin/amd64 darwin/arm64 linux/amd64 linux/arm64"
PLATFORMS="darwin/amd64 darwin/arm64 linux/amd64 linux/arm64 linux/mips"

rm -rf ${TARGET_DIR}
mkdir ${TARGET_DIR}
Expand Down

0 comments on commit 14bbc62

Please sign in to comment.