Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
haoqu.ma
/
gotty
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit fabc3a49
authored
Aug 24, 2015
by
Iwasaki Yudai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add `arm` to supported architecture
1 parent
ee45d8e1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
wercker.yml
wercker.yml
View file @
fabc3a4
...
...
@@ -14,7 +14,7 @@ build:
if [ `go fmt ./... | wc -l` -gt 0 ]; then echo "go fmt error"; exit 1; fi
-
tcnksm/gox
:
os
:
"
darwin
linux
freebsd
netbsd
openbsd"
arch
:
"
386
amd64"
arch
:
"
386
amd64
arm
"
-
yudai/targz
:
input
:
$WERCKER_OUTPUT_DIR/pkg
output
:
$WERCKER_OUTPUT_DIR/dist
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment