Skip to content

Commit

Permalink
main: fabfile.py [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
iawia002 committed Mar 13, 2018
1 parent a4f4cf2 commit 2be21ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
)


def build(args='-arch="386 amd64"'):
def build(args='-os="linux darwin windows" -arch="386 amd64"'):
local(
'gox {}'.format(args)
)

0 comments on commit 2be21ab

Please sign in to comment.