Skip to content

Commit

Permalink
Align files (#61)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
Co-authored-by: Ross Fairbanks <[email protected]>
  • Loading branch information
3 people authored Dec 4, 2020
1 parent 39b6a65 commit e942198
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ SOURCES := $(shell find . -name '*.go')
VERSION := $(shell architect project version)
LDFLAGS ?= -w -linkmode 'auto' -extldflags '-static' \
-X '$(shell go list .)/pkg/project.buildTimestamp=${BUILDTIMESTAMP}' \
-X '$(shell go list .)/pkg/project.gitSHA=${GITSHA1}' \
-X '$(shell go list .)/pkg/project.version=${VERSION}'
-X '$(shell go list .)/pkg/project.gitSHA=${GITSHA1}'
.DEFAULT_GOAL := build

.PHONY: build build-darwin build-linux
Expand Down

0 comments on commit e942198

Please sign in to comment.