mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-14 07:08:06 +00:00
Added release task
This commit is contained in:
parent
404746ab22
commit
41156468a9
2
.gitignore
vendored
2
.gitignore
vendored
@ -6,6 +6,8 @@
|
|||||||
# Folders
|
# Folders
|
||||||
_obj
|
_obj
|
||||||
_test
|
_test
|
||||||
|
build
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
# Architecture specific extensions/prefixes
|
# Architecture specific extensions/prefixes
|
||||||
*.[568vq]
|
*.[568vq]
|
||||||
|
7
release.sh
Executable file
7
release.sh
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# This assumes that gonative and gox is installed as per the 'one time setup' instructions
|
||||||
|
# at https://github.com/inconshreveable/gonative
|
||||||
|
|
||||||
|
gox -output="build/{{.Dir}}_{{.OS}}_{{.Arch}}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user