Skip to content

Commit

Permalink
Update go to 1.10.1, add win64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
twz123 committed Apr 12, 2018
1 parent 3601e3f commit 32e2a51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/oidc-token-ferry
/oidc-token-ferry.darwin-amd64
/oidc-token-ferry.linux-amd64
/oidc-token-ferry.windows-amd64
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PROGRAM = oidc-token-ferry
GO_PACKAGE = github.com/twz123/$(PROGRAM)
BUILDER_IMAGE = docker.io/golang:1.9.2-alpine3.7
BUILDER_IMAGE = docker.io/golang:1.10.1-alpine3.7

# binaries
DOCKER = docker
Expand All @@ -23,6 +23,7 @@ endef

$(eval $(call _os_arch_program,linux,amd64))
$(eval $(call _os_arch_program,darwin,amd64))
$(eval $(call _os_arch_program,windows,amd64))

.PHONY: all
all: $(OS_ARCH_PROGRAMS)
Expand Down

0 comments on commit 32e2a51

Please sign in to comment.