We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4266013 commit 2ceaf79Copy full SHA for 2ceaf79
Makefile
@@ -3,12 +3,13 @@
3
BUILD = build/$(GOOS)/$(GOARCH)
4
GOOS ?= $(shell go env GOOS)
5
GOARCH ?= $(shell go env GOARCH)
6
+GOEXE ?= $(shell go env GOEXE)
7
GO ?= go
8
9
DOCKER ?= docker
10
TAG ?= $(shell git log --pretty=format:'%h' -n 1)
11
REGISTRY ?= 714918108619.dkr.ecr.us-west-2.amazonaws.com
-DISPATCH = $(BUILD)/dispatch
12
+DISPATCH = $(BUILD)/dispatch$(GOEXE)
13
IMAGE = $(REGISTRY)/dispatch:$(TAG)
14
15
test: dispatch
0 commit comments