Skip to content

Commit

Permalink
Add mipsle package
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnelson committed Jan 4, 2019
1 parent 4fd5fa0 commit bd9a5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@

supported_builds = {
"windows": [ "amd64", "i386" ],
"linux": [ "amd64", "i386", "armhf", "armel", "arm64", "static_amd64", "s390x"],
"linux": [ "amd64", "i386", "armhf", "armel", "arm64", "static_amd64", "s390x", "mipsle"],
"freebsd": [ "amd64", "i386" ]
}

Expand Down

0 comments on commit bd9a5e3

Please sign in to comment.