Commit fabc3a49 by Iwasaki Yudai

Add `arm` to supported architecture

1 parent ee45d8e1
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 freebsd netbsd openbsd" os: "darwin linux freebsd netbsd openbsd"
arch: "386 amd64" arch: "386 amd64 arm"
- 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!