Skip to content

Commit 589693a

Browse files
author
Stepan Oksanichenko
committed
CMT-18: [End Server tools] Build node exporter from sources in cloudlinux
- Add *.spec file
1 parent e19ce39 commit 589693a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

node_exporter.spec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ export GOROOT=%{_tmppath}/go
3535
export GOPATH=%{_tmppath}
3636
make build
3737
make test
38+
# run cross-testing
39+
%ifarch x86_64 amd64 ia32e
40+
make test-32bit
41+
%endif
3842

3943

4044
%install

0 commit comments

Comments
 (0)