Skip to content

Commit

Permalink
Move env variables to correct pos
Browse files Browse the repository at this point in the history
  • Loading branch information
rck committed Jan 10, 2017
1 parent 552acd6 commit 424e9c0
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 @@ -23,7 +23,7 @@ release:
for os in ${OS}; do \
GOOS=$$os GOARCH=amd64 go build ${LDFLAGS} -o ../../${BINARY}-$$os-amd64; \
done
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 cd cmd/simplepush && go build ${LDFLAGS} -o ../../${BINARY}-alpine-amd64
cd cmd/simplepush && GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build ${LDFLAGS} -o ../../${BINARY}-alpine-amd64

doc: build

Expand Down

0 comments on commit 424e9c0

Please sign in to comment.