Skip to content

Commit

Permalink
enable windows 32-bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Dickey committed May 3, 2016
1 parent d79df1b commit b1e60e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ $(WORKSPACE)/bin/heroku tmp/%/heroku/bin/heroku: $(SOURCES) bin/version
GOOS=$(GOOS) GOARCH=$(ARCH) GO386=$(GO386) GOARM=$(GOARM) go build -tags $(BUILD_TAGS) -o $@ $(LDFLAGS)

%/heroku/bin/heroku.exe: $(SOURCES) resources/exe/heroku-codesign-cert.pfx
GOOS=$(GOOS) GOARCH=$(GOARCH) go build $(LDFLAGS) -o $@ -tags $(BUILD_TAGS)
GOOS=$(GOOS) GOARCH=$(ARCH) go build $(LDFLAGS) -o $@ -tags $(BUILD_TAGS)
@osslsigncode -pkcs12 resources/exe/heroku-codesign-cert.pfx \
-pass '$(HEROKU_WINDOWS_SIGNING_PASS)' \
-n 'Heroku CLI' \
Expand Down

0 comments on commit b1e60e4

Please sign in to comment.