Skip to content

Commit

Permalink
Add more mips variants to softfloat build.
Browse files Browse the repository at this point in the history
  • Loading branch information
notsure2 committed Apr 28, 2022
1 parent 3cece02 commit fd3b4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ cd release
OUTPUT="{{.Dir}}-{{.OS}}-{{.Arch}}-$v"
gox -ldflags "-X main.version=${v}" -os="linux" -output="$OUTPUT" ../cmd/*
OUTPUT="{{.Dir}}-{{.OS}}-{{.Arch}}-softfloat-$v"
GOMIPS="softfloat" GOARM="5" gox -arch "arm mips" -ldflags "-X main.version=${v}" -os="linux" -output="$OUTPUT" ../cmd/*
GOMIPS="softfloat" GOARM="5" gox -arch "arm mips mipsle mips64 mips64le" -ldflags "-X main.version=${v}" -os="linux" -output="$OUTPUT" ../cmd/*

0 comments on commit fd3b4b9

Please sign in to comment.