Skip to content

Commit

Permalink
[path]
Browse files Browse the repository at this point in the history
  • Loading branch information
sjeandeaux committed Nov 21, 2019
1 parent e680724 commit 132c1ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ PKGGOFILES=$(shell go list ./... | grep -v todo-grpc)
# build in os and arch and associate to a tag
define build-and-associate
GOOS=$(1) GOARCH=$(2) go build $(LDFLAGS) -o ./target/$(1)-$(2)-${REPO} ./${REPO}/main.go
GOOS=$(1) GOARCH=$(2) associator $(3) -name $(1)-$(2)-${REPO} -label $(1)-$(2)-${REPO} -content-type application/binary -owner $(OWNER) -repo $(REPO) -tag $(BUILD_VERSION) -file ./target/$(1)-$(2)-${REPO}
GOOS=$(1) GOARCH=$(2) associator $(3) -name $(1)-$(2)-${REPO} -label $(1)-$(2)-${REPO} -content-type application/binary -owner $(OWNER) -repo $(REPO) -tag $(BUILD_VERSION) -path ./target/$(1)-$(2)-${REPO}
endef

# https://gist.github.com/sjeandeaux/e804578f9fd68d7ba2a5d695bf14f0bc
Expand Down
1 change: 1 addition & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ gopkg.in/yaml.v2 v2.2.5 h1:ymVxjfMaHvXD8RqPRmzHHsB3VvucivSkIAvJFDI5O3c=
gopkg.in/yaml.v2 v2.2.5/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gopkg.in/yaml.v2 v2.2.6 h1:97YCGUei5WVbkKfogoJQsLwUJ17cWvpLrgNvlcbxikE=
gopkg.in/yaml.v2 v2.2.6/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gopkg.in/yaml.v2 v2.2.7 h1:VUgggvou5XRW9mHwD/yXxIYSMtY0zoKQf/v226p2nyo=
gopkg.in/yaml.v2 v2.2.7/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gotest.tools v2.1.0+incompatible/go.mod h1:DsYFclhRJ6vuDpmuTbkuFWG+y2sxOXAzmJt81HFBacw=
gotest.tools v2.2.0+incompatible h1:VsBPFP1AI068pPrMxtb/S8Zkgf9xEmTLJjfM+P5UIEo=
Expand Down

0 comments on commit 132c1ed

Please sign in to comment.