Skip to content

Commit

Permalink
Build for ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
russss committed Jul 1, 2019
1 parent e6ab927 commit 225ef96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ before_deploy:
- rm -Rf ./dist
- go get github.com/mitchellh/gox
- gox -ldflags="-X main.branch=$TRAVIS_TAG -X main.revision=$TRAVIS_COMMIT" -os="linux
darwin" -arch="amd64 386" -output="dist/{{.OS}}_{{.Arch}}_{{.Dir}}"
darwin" -arch="amd64 386 arm" -output="dist/{{.OS}}_{{.Arch}}_{{.Dir}}"
deploy:
provider: releases
api_key:
Expand All @@ -21,6 +21,7 @@ deploy:
- dist/linux_386_irccat
- dist/darwin_amd64_irccat
- dist/darwin_386_irccat
- dist/darwin_arm_irccat
skip_cleanup: true
on:
tags: true

0 comments on commit 225ef96

Please sign in to comment.