Skip to content

Commit 32e2a51

Browse files
committed
Update go to 1.10.1, add win64 build
1 parent 3601e3f commit 32e2a51

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/oidc-token-ferry
22
/oidc-token-ferry.darwin-amd64
33
/oidc-token-ferry.linux-amd64
4+
/oidc-token-ferry.windows-amd64

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PROGRAM = oidc-token-ferry
22
GO_PACKAGE = github.com/twz123/$(PROGRAM)
3-
BUILDER_IMAGE = docker.io/golang:1.9.2-alpine3.7
3+
BUILDER_IMAGE = docker.io/golang:1.10.1-alpine3.7
44

55
# binaries
66
DOCKER = docker
@@ -23,6 +23,7 @@ endef
2323

2424
$(eval $(call _os_arch_program,linux,amd64))
2525
$(eval $(call _os_arch_program,darwin,amd64))
26+
$(eval $(call _os_arch_program,windows,amd64))
2627

2728
.PHONY: all
2829
all: $(OS_ARCH_PROGRAMS)

0 commit comments

Comments
 (0)