Commit 65207dfa by Iwasaki Yudai

Add 32 bit build support for Wercker

1 parent 6a43836f
Showing with 1 additions and 1 deletions
...@@ -14,7 +14,7 @@ build: ...@@ -14,7 +14,7 @@ build:
if [ `go fmt ./... | wc -l` -gt 0 ]; then echo "go fmt error"; exit 1; fi if [ `go fmt ./... | wc -l` -gt 0 ]; then echo "go fmt error"; exit 1; fi
- tcnksm/gox: - tcnksm/gox:
os: "darwin linux" os: "darwin linux"
arch: "amd64" arch: "386 amd64"
- yudai/targz: - yudai/targz:
input: $WERCKER_OUTPUT_DIR/pkg input: $WERCKER_OUTPUT_DIR/pkg
output: $WERCKER_OUTPUT_DIR/dist output: $WERCKER_OUTPUT_DIR/dist
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!