Skip to content

Commit 8434291

Browse files
authored
Merge pull request #71 from Tyl13/issue-70
Fixes #70
2 parents 4266013 + 2ceaf79 commit 8434291

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
BUILD = build/$(GOOS)/$(GOARCH)
44
GOOS ?= $(shell go env GOOS)
55
GOARCH ?= $(shell go env GOARCH)
6+
GOEXE ?= $(shell go env GOEXE)
67
GO ?= go
78

89
DOCKER ?= docker
910
TAG ?= $(shell git log --pretty=format:'%h' -n 1)
1011
REGISTRY ?= 714918108619.dkr.ecr.us-west-2.amazonaws.com
11-
DISPATCH = $(BUILD)/dispatch
12+
DISPATCH = $(BUILD)/dispatch$(GOEXE)
1213
IMAGE = $(REGISTRY)/dispatch:$(TAG)
1314

1415
test: dispatch

0 commit comments

Comments
 (0)