Skip to content

Commit

Permalink
Update caduceus.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
joe94 committed Nov 10, 2020
1 parent a3fe2a6 commit b269c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/packaging/caduceus.spec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The XMiDT server for delivering events
%setup -q

%build
GO111MODULE=on GOPROXY=https://proxy.golang.org go build -ldflags "-linkmode=external -X 'main.BuildTime=`date -u '+%Y-%m-%d %H:%M:%S'`' -X main.GitCommit={{{ git_short_hash }}} -X main.Version=%{version}" -o %{name} .
GOPROXY=https://proxy.golang.org go build -ldflags "-linkmode=external -X 'main.BuildTime=`date -u '+%c'`' -X main.GitCommit={{{ git_short_hash }}} -X main.Version=%{version}" -o %{name} .

%install
echo rm -rf %{buildroot}
Expand Down

0 comments on commit b269c28

Please sign in to comment.